Gets the type of station rounding option for cant.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 ();
}

See Also