Gets a value specifying whether the critical station is bound to the begining of the curve (In) or the end of the curve (Out).

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SuperelevationTransitionRegionType TransitionRegionType { get; }
Visual Basic
Public ReadOnly Property TransitionRegionType As SuperelevationTransitionRegionType
	Get
Visual C++
public:
property SuperelevationTransitionRegionType TransitionRegionType {
	SuperelevationTransitionRegionType get ();
}

See Also