ConductorSize
Description:
This class represents the definition of Conductor Size data.
This class represents the definition of Conductor Size data.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Electrical.ConductorSize
System.Object
Autodesk.Revit.DB.Electrical.ConductorSize
public class ConductorSize : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Create(Document) | ConductorSize | Creates a Conductor Size. | |
| Dispose() | None | Releases all resources used by the ConductorSize | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetConductorSize(Document, ElementId) | ConductorSize | Gets the Conductor Size data by given Conductor Size id. | |
| GetConductorSizeIdByName(Document, String) | ElementId | Gets the Conductor Size id by given Conductor Size name. | |
| GetConductorSizeIds(Document) | IList<ElementId> | Gets all the Conductor Size 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 |