AssemblyGroupCollectionRemove(AssemblyGroup) Method |
Removes the given assembly group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
AssemblyGroup group
)
Public Function Remove (
group As AssemblyGroup
) As Boolean
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.
RemarksAfter removing an assembly group using this method, all
references to assembly groups in the collection are invalidated.
See Also