ConductorSize Class

This class represents the definition of Conductor Size data.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.ElectricalConductorSize

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class ConductorSize : IDisposable

The ConductorSize type exposes the following members.

Properties
 NameDescription
Public propertyDiameter The diameter of the conductor.
Public propertyId The Conductor Size id.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyName The Conductor Size name.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a Conductor Size.
Public methodDisposeReleases all resources used by the ConductorSize
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberGetConductorSize Gets the Conductor Size data by given Conductor Size id.
Public methodStatic memberGetConductorSizeIdByName Gets the Conductor Size id by given Conductor Size name.
Public methodStatic memberGetConductorSizeIds Gets all the Conductor Size 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)
Top
See Also