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