FabricationPartInsulationSpecification Property |
The fabrication part insulation specification identifier.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic int InsulationSpecification { get; set; }
Public Property InsulationSpecification As Integer
Get
Set
public:
property int InsulationSpecification {
int get ();
void set (int value);
}
member InsulationSpecification : int with get, set
Property Value
Int32
ExceptionsException | Condition |
---|
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