Share

Turnout.TurnoutDirection 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.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

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

Reference

Was this information helpful?