Share

RoundingMethod Enumeration

Rounding methods


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum RoundingMethod

Members

Member nameValueDescription
Down2 Round Down
Nearest0 Standard rounding: Round to Nearest
Up1 Round Up

See Also

Reference

Was this information helpful?