MEPSize
Description:
Stores the basic size information for an MEP duct, pipe, cable tray, or conduit.
Stores the basic size information for an MEP duct, pipe, cable tray, or conduit.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.MEPSize
System.Object
Autodesk.Revit.DB.MEPSize
public class MEPSize : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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 |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the MEPSize | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| InnerDiameter | double | Inner diameter | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| NominalDiameter | double | Nominal diameter | |
| OuterDiameter | double | Outer diameter | |
| UsedInSizeLists | bool | Whether it is used in size lists. | |
| UsedInSizing | bool | Whether is used in sizing. |