This class represents the definition of Conductor Material data.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.Electrical.ConductorMaterial
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public class ConductorMaterial : IDisposable
The ConductorMaterial type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Id | The Conductor Material id. |
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() | Name | The Conductor Material name. |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates a Conductor Material. |
![]() | Dispose | Releases all resources used by the ConductorMaterial |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() ![]() | GetConductorMaterial | Gets the Conductor Material data by given Conductor Material id. |
![]() ![]() | GetConductorMaterialIdByName | Gets the Conductor Material id by given Conductor Material name. |
![]() ![]() | GetConductorMaterialIds | Gets all the Conductor Material ids in the given document, sorted by name. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |