Share

InsulationMaterial Class

This class represents the definition of Conductor Insulation Material data.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Electrical.InsulationMaterial


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

Syntax

C#

public class InsulationMaterial : IDisposable

The InsulationMaterial type exposes the following members.

Properties

 NameDescription
Public propertyId The Conductor Insulation Material id.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyName The Conductor Insulation Material name.

Methods

 NameDescription
Public methodStatic memberCreate Creates a Conductor Insulation Material.
Public methodDisposeReleases all resources used by the InsulationMaterial
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetInsulationMaterial Gets the Conductor Insulation Material data by given Conductor Insulation Material id.
Public methodStatic memberGetInsulationMaterialIdByName Gets the Conductor Insulation Material id by given Conductor Insulation Material name.
Public methodStatic memberGetInsulationMaterialIds Gets all the Conductor Insulation Material ids in the given document, sorted by name.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?