CANTCriticalStationTransitionDescription Property

Gets or sets a string value that describes the transition type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public string TransitionDescription { get; set; }

Property Value

String
Exceptions
ExceptionCondition
InvalidOperationException Thrown when changing TransitionDescription value on a critical station which StationType is not SuperelevationCriticalStationType::Manual.
See Also