Gets or sets the turnout Direction relative to the alignment direction.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public TurnoutDirectionType TurnoutDirection { get; set; }
VB
Public Property TurnoutDirection As TurnoutDirectionType Get Set
C++
public: property TurnoutDirectionType TurnoutDirection { TurnoutDirectionType get (); void set (TurnoutDirectionType value); }
Property Value
TurnoutDirectionTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the Turnout.AutomaticUpdate is false. |
[!:System.ArgumentException] |
Thrown when:
|