TODO: NEEDS REVIEW
Gets the type of station rounding option for cant.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.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 (); } |