Share

TurnoutCreationParams.TurnoutSide Property

Gets or sets the side of the turnout relative to the alignment direction.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public TurnoutSideType TurnoutSide { get; set; }

VB

Public Property TurnoutSide As TurnoutSideType
	Get
	Set

C++

public:
property TurnoutSideType TurnoutSide {
	TurnoutSideType get ();
	void set (TurnoutSideType value);
}

Property Value

TurnoutSideType

Exceptions

ExceptionCondition
ArgumentException Thrown when:
  • TurnoutSide is not a valid value.

See Also

Reference

Was this information helpful?