Share

FabricationConfiguration.GetSpecificationGroup Method

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

String
The specification group.

See Also

Reference

Was this information helpful?