C

ConductorSize

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