Removes DesignCheck from the collection by the specified index.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public override sealed void RemoveAt( int index )
VB
Public Overrides NotOverridable Sub RemoveAt ( index As Integer )
C++
public: virtual void RemoveAt( int index ) override sealed
Parameters
- index Int32
- Specifies index in the collection to remove.