TurnoutCreationParamsTurnoutSide Property |
Gets or sets the side of the turnout relative to the alignment direction.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic TurnoutSideType TurnoutSide { get; set; }Public Property TurnoutSide As TurnoutSideType
Get
Set
public:
property TurnoutSideType TurnoutSide {
TurnoutSideType get ();
void set (TurnoutSideType value);
}Property Value
TurnoutSideType
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when:
- TurnoutSide is not a valid value.
|
See Also