GetAllSpecs Method


Spec Utils Get All Specs Method

Gets the identifiers of all specs.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static IList<ForgeTypeId> GetAllSpecs()

Return Value

IList ForgeTypeId
The spec identifiers.
See Also