Gets the specification group from its identifier.
Namespace: Autodesk.Revit.DBAssembly: 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
String
The specification group.
See Also
Reference