Revit 2026 API
Rounding |
Rounding methods
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
| Member name | Value | Description |
|---|---|---|
| Down | 2 | Round Down |
| Nearest | 0 | Standard rounding: Round to Nearest |
| Up | 1 | Round Up |
See Also