Removes the given assembly group.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool Remove( AssemblyGroup group )
VB
Public Function Remove ( group As AssemblyGroup ) As Boolean
C++
public: bool Remove( AssemblyGroup^ group )
Parameters
- group AssemblyGroup
- The created assembly group object.
Return Value
BooleanTrue if the group is removed from the collection, or false otherwise.