ColumnStyleCollectionRemoveAt Method

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.292
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
Index of the column style to remove.
Exceptions
ExceptionCondition
ArgumentException Thrown when index is less than 1, or when index is greater than or equal to collection count.
See Also