Share

AssemblyGroupCollection.Remove(String) Method

Removes the assembly group with the given name.



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

Syntax

C#

public bool Remove(
	string groupName
)

VB

Public Function Remove ( 
	groupName As String
) As Boolean

C++

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

Reference

Was this information helpful?