RVTDocs.com
Namespace: Autodesk.Revit.DB Class: UnitUtils

UnitUtils.IsValidUnit

Method
Description:
Checks whether a unit is valid for a given measurable spec.
Syntax
public static bool IsValidUnit(
	ForgeTypeId specTypeId,
	ForgeTypeId unitTypeId
)
Parameters
Parameter Type Description
specTypeId ForgeTypeId Identifier of the measurable spec.
unitTypeId ForgeTypeId Identifier of the unit to check.
Return Value
Type Description
Boolean True if the unit is valid, false otherwise.
Exceptions
Exception Condition
ArgumentException specTypeId is not a measurable spec identifier. See UnitUtils.IsMeasurableSpec(ForgeTypeId).
ArgumentNullException A non-optional argument was null