Gets transition at specific index.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public CorridorTransition GetTransitionAt( int index )
VB
Public Function GetTransitionAt ( index As Integer ) As CorridorTransition
C++
public: CorridorTransition^ GetTransitionAt( int index )
Parameters
- index Int32
- The index of the transition. The index starts from 0.
Return Value
CorridorTransitionThe transition at the index.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when index is out of range. |