2021 Method
Changes 8
M

UnitUtils.ConvertFromInternalUnits

Description:
Converts a value from Revit's internal units to a given display unit.
Overloads (2):
ConvertFromInternalUnits(Double,DisplayUnitType)
[ObsoleteAttribute("This method is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `ConvertFromInternalUnits(double, ForgeTypeId)` overload instead.")]
public static double ConvertFromInternalUnits(
	double value,
	DisplayUnitType displayUnit
)
Return Value The converted value. The converted value.