Removes the assembly group with the given name.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool Remove( string groupName )
VB
Public Function Remove ( groupName As String ) As Boolean
C++
public: bool Remove( String^ groupName )
Parameters
- groupName String
- Name of the created assembly group.
Return Value
BooleanTrue if the group is removed or false othewise. False is returned if the specified group name is not contained in the collection.