Share

AssemblyGroupCollection.Remove(AssemblyGroup) Method

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

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

Reference

Was this information helpful?