RemoveAt Method

Removes a material item specified by index from the sub criteria.

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
The index of the material item to be removed.

See Also