| Revit 2019.2 API |
| WireType..::..Insulation Property |
| WireType Class See Also |
The insulation type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
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); } |