Share

Turnout.TurnoutOwnSide Property

Gets or sets the Side of the turnout itself.



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

Syntax

C#

public TurnoutSideType TurnoutOwnSide { get; }

VB

Public ReadOnly Property TurnoutOwnSide As TurnoutSideType
	Get

C++

public:
property TurnoutSideType TurnoutOwnSide {
	TurnoutSideType get ();
}

Property Value

TurnoutSideType

Exceptions

ExceptionCondition
[!:Autodesk.Civil.CivilException] Thrown when turnout type is not side relevant.

See Also

Reference

Was this information helpful?