SuperelevationCriticalStationCollectionRemoveAt Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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.
ArgumentOutOfRangeException Thrown when index is out of the collecton range.
InvalidOperationException Thrown when the criticalStationType is BeingAlignment or EndAlignment.
See Also