Share

CorridorTransitionSet.GetTransitionAt Method

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

CorridorTransition
The transition at the index.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when index is out of range.

See Also

Reference

Was this information helpful?