Share

SettingsAmbient.SettingsTime.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.8.0.280

Syntax

C#

public PropertyEnum<RoundingType> Rounding { get; }

VB

Public ReadOnly Property Rounding As PropertyEnum(Of RoundingType)
	Get

C++

public:
property PropertyEnum<RoundingType>^ Rounding {
	PropertyEnum<RoundingType>^ get ();
}

Property Value

PropertyEnumRoundingType

See Also

Reference

Was this information helpful?