2027 Class
Changes 0
C

ConduitSize

Description:
Stores the basic size information for a conduit.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Electrical.ConduitSize
public class ConduitSize : IDisposable
Name Return Type Description Inherited From
C ConduitSize(Double, Double, Double, Double, Boolean, Boolean) None Constructs an object that stores the basic size information for conduit.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ConduitSize
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
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 BendRadius double Minimum bend radius
P InnerDiameter double Inner diameter
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P NominalDiameter double Nominal diameter
P OuterDiameter double Outer diameter
P UsedInSizeLists bool Whether it is used in size lists.
P UsedInSizing bool Whether is used in sizing.