GetInsulationSpecificationName Method


Fabrication Configuration Get Insulation Specification Name Method

Gets the insulation specification name from its identifier.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string GetInsulationSpecificationName(
	int specId
)

Parameters

specId Int32
The insulation specification identifier.

Return Value

String
The insulation specification name.
See Also