<Code Lib>
2021 Method
Changes 8
M

UnitUtils.IsValidDisplayUnit(UnitType, DisplayUnitType)

Description:
Checks whether a display unit is valid for a given unit type.
Overloads (2):
IsValidDisplayUnit(UnitType,DisplayUnitType)

[ObsoleteAttribute("This method is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `IsValidUnit(ForgeTypeId, ForgeTypeId)` method instead.")]
public static bool IsValidDisplayUnit(
	UnitType unitType,
	DisplayUnitType displayUnit
)

Return Value bool True if the display unit is valid, false otherwise.

Loading…