The insulation type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public InsulationType Insulation { get; set; } |
Visual Basic |
---|
Public Property Insulation As InsulationType Get Set |
Visual C++ |
---|
public: property InsulationType^ Insulation { InsulationType^ get (); void set (InsulationType^ value); } |