2025 Property
Changes 0
P

FormatOptions.RoundingMethod

Description:
The method used to round values: round to nearest, round up, or round down.
Remarks:
The RoundingMethod property is currently only supported for rebar parameters. A FormatOptions object containing any rounding method may be returned by Element.GetParameterFormatOptions() and may be passed to the formatting and parsing utilities in the UnitFormatUtils class. FormatOptions objects used in other contexts must contain the default rounding method (Nearest).
public RoundingMethod RoundingMethod { get; set; }