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

UnitUtils.IsMeasurableSpec

Method
Description:
Checks whether a ForgeTypeId identifies a spec associated with units of measurement.
Syntax
public static bool IsMeasurableSpec(
	ForgeTypeId specTypeId
)
Parameters
Parameter Type Description
specTypeId ForgeTypeId The identifier to check.
Return Value
Type Description
Boolean True if the ForgeTypeId identifies a measurable spec, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null