2027 Class
Changes 0
C

MEPSize

Description:
Stores the basic size information for an MEP duct, pipe, cable tray, or conduit.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.MEPSize
public class MEPSize : IDisposable
Name Return Type Description Inherited From
C MEPSize(Double, Double, Double, Boolean, Boolean) None Constructs an object that stores the basic size information for MEP duct, pipe, cable tray and conduit.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the MEPSize
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 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.