CableSize
Description:
This class represents the definition of Cable Size data.
This class represents the definition of Cable Size data.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Electrical.CableSize
System.Object
Autodesk.Revit.DB.Electrical.CableSize
public class CableSize : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Create(Document) | CableSize | Creates a Cable Size. | |
| Dispose() | None | Releases all resources used by the CableSize | |
| Duplicate() | CableSize | Duplicates this Cable Size. | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetCableSize(Document, ElementId) | CableSize | Gets the Cable Size data by given Cable Size id. | |
| GetCableSizeIdByName(Document, String) | ElementId | Gets the Cable Size id by given Cable Size name. | |
| GetCableSizeIds(Document) | IList<ElementId> | Gets all the Cable 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 |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Comments | string | The comments of this Cable Size. | |
| GroundConductorSize | ElementId | The size of a Ground Conductor. | |
| HotConductorSize | ElementId | The size of a Hot Conductor. | |
| Id | ElementId | The Cable Size id. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Name | string | The name of this Cable Size. | |
| NeutralConductorSize | ElementId | The size of a Neutral Conductor. | |
| NumberOfGroundConductors | int | The number of Ground Conductors. | |
| NumberOfHotConductors | int | The number of Hot Conductors. | |
| NumberOfNeutralConductors | int | The number of Neutral Conductors. | |
| NumberOfOtherConductors | int | The number of Other Conductors. | |
| OtherConductorSize | ElementId | The size of an Other Conductor. |