RemoveAt Method

Removes an assembly group at the specified index.

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

Syntax

C#

public void RemoveAt(
	int index
)

Visual Basic

Public Sub RemoveAt ( _
	index As Integer _
)

Visual C++

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System.Int32
Index of the created assembly group.

Remarks

After removing an assembly group using this method, all references to assembly groups in the collection are invalidated.

Exceptions

ExceptionCondition
System.ArgumentOutOfRangeException Thrown when index is out of range.

See Also