Gets the identifiers of all valid units for a given measurable spec.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<ForgeTypeId> GetValidUnits( ForgeTypeId specTypeId )
Parameters
- specTypeId ForgeTypeId
- Identifier of the measurable spec.
Return Value
IList<ForgeTypeId>Identifiers of the valid units.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | specTypeId is not a measurable spec identifier. See UnitUtils.IsMeasurableSpec(ForgeTypeId). |
| ArgumentNullException | A non-optional argument was null |
