<Code Lib>
2020 Method
Changes 8
M

UnitUtils.ConvertToInternalUnits

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

public static double ConvertToInternalUnits(
	double value,
	DisplayUnitType displayUnit
)

Return Value The converted value. The converted value.

Loading…