TurnoutTurnoutDirection Property

Gets or sets the turnout Direction relative to the alignment direction.

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

Property Value

TurnoutDirectionType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the Turnout.AutomaticUpdate is false.
[!:System.ArgumentException] Thrown when:
  • Turnout direction is not a valid value.
  • Turnout type is not direction relevant.
See Also