Rounding Property

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.3.1717.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