What methods can I use to create a properly formatted unit string according to the project units? If the value you are formatting resides in a Revit parameter, the answer is simple and a complete solution immediately provided by the Revit API. On one hand, the Parameter class provides the following public methods to read and write its parameter value: AsDouble: Provides access to the double precision number within the parameter. AsElementId: Provides access to the element id stored within... Read more →