UnitFormatUtils.Format
Description:
Formats a number with units into a string.
Formats a number with units into a string.
Overloads (6):
Format(Units,UnitType,Double,Boolean,Boolean)
-
unitsThe units formatting settings, typically obtained from Document.GetUnits().
-
unitTypeThe unit type of the value to format.
-
DoublevalueThe value to format, in Revit's internal units.
-
BooleanmaxAccuracyTrue if the value should be rounded to an increased accuracy level appropriate for editing or understanding the precise value stored in the model. False if the accuracy specified by the FormatOptions should be used, appropriate for printed drawings.
-
BooleanforEditingTrue if the formatting should be modified as necessary so that the formatted string can be successfully parsed, for example by suppressing digit grouping. False if unmodified settings should be used, suitable for display only.
Return Value
The formatted string.
The formatted string.
-
unitType is an invalid unit type. See UnitUtils.IsValidUnitType() and UnitUtils.GetValidUnitTypes(). -or- The given value for value is not finite
-
A non-optional argument was NULL
-
A value passed for an enumeration argument is not a member of that enumeration