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