Revit 2025.3 API
Fabrication |
Gets the specification GUID by its identifier.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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