Removes DesignCheck from the collection by the specified index.

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

Syntax

C#
public override sealed void RemoveAt(
	int index
)
Visual Basic
Public Overrides NotOverridable Sub RemoveAt ( _
	index As Integer _
)
Visual C++
public:
virtual void RemoveAt(
	int index
) override sealed

Parameters

index
Type: System..::..Int32
Specifies index in the collection to remove.

Remarks

It will remove the corresponding AlignmentDesignCheck existed in AlignmentDesignCheckSet.

See Also