InsulationMaterial
Description:
This class represents the definition of Conductor Insulation Material data.
This class represents the definition of Conductor Insulation Material data.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Electrical.InsulationMaterial
System.Object
Autodesk.Revit.DB.Electrical.InsulationMaterial
public class InsulationMaterial : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Create(Document) | InsulationMaterial | Creates a Conductor Insulation Material. | |
| Dispose() | None | Releases all resources used by the InsulationMaterial | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetInsulationMaterial(Document, ElementId) | InsulationMaterial | Gets the Conductor Insulation Material data by given Conductor Insulation Material id. | |
| GetInsulationMaterialIdByName(Document, String) | ElementId | Gets the Conductor Insulation Material id by given Conductor Insulation Material name. | |
| GetInsulationMaterialIds(Document) | IList<ElementId> | Gets all the Conductor Insulation Material ids in the given document, sorted by name. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Id | ElementId | The Conductor Insulation Material id. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Name | string | The Conductor Insulation Material name. |