<Code Lib>
2021 Method
Changes 5
M

UnitUtils.ConvertFromInternalUnits(Double, ForgeTypeId)

Description:
Converts a value from Revit's internal units to a given unit.
Overloads (2):
ConvertFromInternalUnits(Double,ForgeTypeId)

public static double ConvertFromInternalUnits(
	double value,
	ForgeTypeId unitTypeId
)

Return Value The converted value. The converted value.

Loading…