<Code Lib>
2023 Method
Changes 5
M

UnitUtils.ConvertFromInternalUnits

Description:
Converts a value from Revit's internal units to a given unit.

public static double ConvertFromInternalUnits(
	double value,
	ForgeTypeId unitTypeId
)

Return Value The converted value. The converted value.

Loading…