Gets the identifiers of all available measurable specs.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2014

Syntax

C#
public static IList<ForgeTypeId> GetAllMeasurableSpecs()
Visual Basic
Public Shared Function GetAllMeasurableSpecs As IList(Of ForgeTypeId)
Visual C++
public:
static IList<ForgeTypeId^>^ GetAllMeasurableSpecs()

Return Value

The spec identifiers.

See Also