Share

ConductorSize Class

This class represents the definition of Conductor Size data.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Electrical.ConductorSize


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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.

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)

See Also

Reference

Was this information helpful?