2020 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
C ConduitSize(Double, Double, Double, Double, Boolean, Boolean) None Constructs an object that stores the basic size information for conduit.
Name Return Type Description
M Dispose() None Releases all resources used by the
Name Return Type Description
P BendRadius double Minimum bend radius
P InnerDiameter double Inner diameter
P IsValidObject bool 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.