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