Revit 2026 API
Fabrication |
Gets the specification GUID by its identifier.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Guid GetSpecificationGUID( int specificationId )
Public Function GetSpecificationGUID ( specificationId As Integer ) As Guid
public: Guid GetSpecificationGUID( int specificationId )
member GetSpecificationGUID : specificationId : int -> Guid
Parameters
- specificationId Int32
- The specification identifier.
Return Value
GuidThe specification GUID. Returns empty GUID if not found.
See Also