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