RoundingMethod Enumeration

Rounding methods

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum RoundingMethod
Members
Member nameValueDescription
Down2 Round Down
Nearest0 Standard rounding: Round to Nearest
Up1 Round Up
See Also