TurnoutCreationParamsTurnoutDirection Property

Gets or sets the direction of the turnout 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
ArgumentException Thrown when:
  • TurnoutDirection is not a valid value.
See Also