Specifies how numbers are rounded up or down to the number of decimal places specified in Precision.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyEnum<RoundingType> Rounding { get; }
Visual Basic
Public ReadOnly Property Rounding As PropertyEnum(Of RoundingType)
	Get
Visual C++
public:
property PropertyEnum<RoundingType>^ Rounding {
	PropertyEnum<RoundingType>^ get ();
}

See Also