Checks whether a ForgeTypeId identifies a spec associated with units of measurement.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
public static bool IsMeasurableSpec(
ForgeTypeId specTypeId
) |
Visual Basic |
---|
Public Shared Function IsMeasurableSpec ( _
specTypeId As ForgeTypeId _
) As Boolean |
Visual C++ |
---|
public:
static bool IsMeasurableSpec(
ForgeTypeId^ specTypeId
) |
Return Value
True if the ForgeTypeId identifies a measurable spec, false otherwise.
Exceptions
See Also