TurnoutTurnoutSide Property

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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.
[!:Autodesk.Civil.CivilException] Thrown when turnout type is not side relevant.
See Also