AssemblyGroupCollectionRemove(String) Method

Removes the assembly group with the given name.

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

Parameters

groupName  String
Name of the created assembly group.

Return Value

Boolean
True if the group is removed or false othewise. False is returned if the specified group name is not contained in the collection.
Remarks
After removing an assembly group using this method, all references to assembly groups in the collection are invalidated.
See Also