InsulationMaterial Class

This class represents the definition of Conductor Insulation Material data.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.ElectricalInsulationMaterial

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
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.
Top
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)
Top
See Also