Removes column style by index in the collection, the first column of the collection cannot be removed.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void RemoveAt( int index )
VB
Public Sub RemoveAt ( index As Integer )
C++
public: void RemoveAt( int index )
Parameters
- index Int32
- Index of the column style to remove.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when index is less than 1, or when index is greater than or equal to collection count. |