Share

ConductorMaterial Class

This class represents the definition of Conductor Material data.

Inheritance Hierarchy

System.Object
  Autodesk.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

 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.

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)

See Also

Reference

Was this information helpful?