<Code Lib>
2023 Method
Changes 5
M

UnitUtils.ConvertToInternalUnits

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

public static double ConvertToInternalUnits(
	double value,
	ForgeTypeId unitTypeId
)

Return Value The converted value. The converted value.

Loading…