Revit 2026 API
Fabrication |
Gets the specification group from its identifier.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetSpecificationGroup( int specId )
Public Function GetSpecificationGroup ( specId As Integer ) As String
public: String^ GetSpecificationGroup( int specId )
member GetSpecificationGroup : specId : int -> string
Parameters
- specId Int32
- The specification identifier.
Return Value
StringThe specification group.
See Also