| Revit 2022 API |
| SpecUtils..::..GetAllSpecs Method |
| SpecUtils Class See Also |
Gets the identifiers of all specs.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.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() |