InsulationTypes Property


Get all insulation types defined in this temperature rating type and its corresponding material type.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public InsulationTypeSet InsulationTypes { get; }
Visual Basic
Public ReadOnly Property InsulationTypes As InsulationTypeSet
	Get
Visual C++
public:
property InsulationTypeSet^ InsulationTypes {
	InsulationTypeSet^ get ();
}

See Also