AssemblyGroupCollectionRemove(AssemblyGroup) Method

Removes the given assembly group.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool Remove(
	AssemblyGroup group
)

Parameters

group  AssemblyGroup
The created assembly group object.

Return Value

Boolean
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.
See Also