<Code Lib>
2021 Method
Changes 5
M

UnitUtils.ConvertToInternalUnits(Double, ForgeTypeId)

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

public static double ConvertToInternalUnits(
	double value,
	ForgeTypeId unitTypeId
)

Return Value The converted value. The converted value.

Loading…