Share

ColumnStyleCollection.RemoveAt 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.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

ExceptionCondition
ArgumentException Thrown when index is less than 1, or when index is greater than or equal to collection count.

See Also

Reference

Was this information helpful?