UnitUtils.IsMeasurableSpec
Method
Description:
Checks whether a ForgeTypeId identifies a spec associated with units of measurement.
Checks whether a ForgeTypeId identifies a spec associated with units of measurement.
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 |