Gets the identifiers of all specs.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2022

Syntax

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

Return Value

The spec identifiers.

See Also