Gets the specification group from its identifier.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string GetSpecificationGroup( int specId )
Parameters
- specId Int32
- The specification identifier.
Return Value
StringThe specification group.
