SpecUtilsGetAllSpecs Method |
Gets the identifiers of all specs.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static IList<ForgeTypeId> GetAllSpecs()
Public Shared Function GetAllSpecs As IList(Of ForgeTypeId)
public:
static IList<ForgeTypeId^>^ GetAllSpecs()
static member GetAllSpecs : unit -> IList<ForgeTypeId>
Return Value
IListForgeTypeId
The spec identifiers.
See Also