SuperelevationCriticalStationCollectionRemoveAt Method |
Removes the SuperelevationCriticalStation object from the collection at a specified index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
void RemoveAt(
int index
)
Parameters
- index Int32
- The index of critical station obejct in the current collection to be removed.
ExceptionsException | Condition |
---|
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