Share

CANTCriticalStationCollection.RemoveAt Method

Removes the CANTCriticalStation object from the collection at a specified index.



Namespace: Autodesk.Civil.DatabaseServices
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
The index of critical station obejct in the current collection to be removed.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when index is out of the collecton range.
InvalidOperationException Thrown when the criticalStationType is BeingAlignment or EndAlignment.

See Also

Reference

Was this information helpful?