CANTCriticalStationTransitionDescription Property |
Gets or sets a string value that describes the transition type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string TransitionDescription { get; set; }
Public Property TransitionDescription As String
Get
Set
public:
property String^ TransitionDescription {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when changing TransitionDescription value on a critical station which StationType is not SuperelevationCriticalStationType::Manual.
|
See Also