CorridorTransitionSetGetTransitionAt Method |
Gets transition at specific index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CorridorTransition GetTransitionAt(
int index
)
Public Function GetTransitionAt (
index As Integer
) As CorridorTransition
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.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when index is out of range.
|
See Also