<Code Lib>
2024 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
C MEPSize(Double, Double, Double, Boolean, Boolean) MEPSize Constructs an object that stores the basic size information for MEP duct, pipe, cable tray and conduit.

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
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.

Loading…