CorridorTransitionSetGetTransitionAt Method

Gets transition at specific index.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public CorridorTransition GetTransitionAt(
	int index
)

Parameters

index  Int32
The index of the transition. The index starts from 0.

Return Value

CorridorTransition
The transition at the index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when index is out of range.
See Also