TurnoutTurnoutSide Property

Gets or sets the turnout Side.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1987.0
Syntax
public TurnoutSideType TurnoutSide { get; set; }

Property Value

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