C

CableSize

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