Gets or sets a string value that describes the transition type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string TransitionDescription { get; set; }
VB
Public Property TransitionDescription As String Get Set
C++
public: property String^ TransitionDescription { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when changing TransitionDescription value on a critical station which StationType is not SuperelevationCriticalStationType::Manual. |