GetSpecificationGroup Method


Gets the specification group from its identifier.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2016

Syntax

C#
public string GetSpecificationGroup(
	int specId
)
Visual Basic
Public Function GetSpecificationGroup ( _
	specId As Integer _
) As String
Visual C++
public:
String^ GetSpecificationGroup(
	int specId
)

Parameters

specId
Type: SystemInt32
The specification identifier.

Return Value

The specification group.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →