SettingsAmbientSettingsTimeRounding Property |
Specifies how numbers are rounded up or down to the number of decimal places specified in Precision.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<RoundingType> Rounding { get; }
Public ReadOnly Property Rounding As PropertyEnum(Of RoundingType)
Get
public:
property PropertyEnum<RoundingType>^ Rounding {
PropertyEnum<RoundingType>^ get ();
}
Property Value
PropertyEnumRoundingType
See Also