ConductorMaterial Class

ConductorMaterial Class

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

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class ConductorMaterial : IDisposable
Public Class ConductorMaterial
	Implements IDisposable
public ref class ConductorMaterial : IDisposable
type ConductorMaterial = 
    class
        interface IDisposable
    end

The ConductorMaterial type exposes the following members.

Properties
 NameDescription
Public propertyId The Conductor Material id.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyName The Conductor Material name.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a Conductor Material.
Public methodDisposeReleases all resources used by the ConductorMaterial
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberGetConductorMaterial Gets the Conductor Material data by given Conductor Material id.
Public methodStatic memberGetConductorMaterialIdByName Gets the Conductor Material id by given Conductor Material name.
Public methodStatic memberGetConductorMaterialIds Gets all the Conductor Material ids in the given document, sorted by name.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
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