Gets the type of station rounding option for cant.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<CantStationRoundingType> StationRoundingOption { get; }
VB
Public ReadOnly Property StationRoundingOption As PropertyEnum(Of CantStationRoundingType) Get
C++
public: property PropertyEnum<CantStationRoundingType>^ StationRoundingOption { PropertyEnum<CantStationRoundingType>^ get (); }