Share

FabricationPart.InsulationSpecification Property

The fabrication part insulation specification identifier.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public int InsulationSpecification { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentException When setting this property: the insulation specification is invalid for the fabrication part.
InvalidOperationException -or- When setting this property: the fabrication part has taps connected. -or- When setting this property: the specification fails to be set by identifier: specId.

Remarks

A value of 0 indicates the insulation specification is set to off.

See Also

Reference

Was this information helpful?