Removes the assembly group with the given name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool Remove(
	string groupName
)
Visual Basic
Public Function Remove ( _
	groupName As String _
) As Boolean
Visual C++
public:
bool Remove(
	String^ groupName
)

Parameters

groupName
Type: System..::..String
Name of the created assembly group.

Return Value

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