TemperatureRatingType.InsulationTypes Property

TemperatureRatingTypeInsulationTypes 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: 26.0.4.0 (26.0.4.0)
Syntax
public InsulationTypeSet InsulationTypes { get; }
Public ReadOnly Property InsulationTypes As InsulationTypeSet
	Get
public:
property InsulationTypeSet^ InsulationTypes {
	InsulationTypeSet^ get ();
}
member InsulationTypes : InsulationTypeSet with get

Property Value

InsulationTypeSet
See Also