CorridorSurfaceCollectionRemoveAt Method

Removes a CorridorSurface by index.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
Index of the CorridorSurface to be removed.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when index is out of range.
See Also