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
TurnoutSideTypeExceptions
Exception | Condition |
---|---|
[!:Autodesk.Civil.CivilException] | Thrown when turnout type is not side relevant. |