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