Removes the given assembly group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool Remove( AssemblyGroup group ) |
Visual Basic |
---|
Public Function Remove ( _ group As AssemblyGroup _ ) As Boolean |
Visual C++ |
---|
public: bool Remove( AssemblyGroup^ group ) |
Parameters
- group
- Type: Autodesk.Civil.DatabaseServices..::..AssemblyGroup
The created assembly group object.
Return Value
True if the group is removed from the collection, or false otherwise.
Remarks
After removing an assembly group using this method, all
references to assembly groups in the collection are invalidated.