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.
public class MEPSize : IDisposable
| Name | Return Type | Description |
|---|---|---|
| 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 |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| InnerDiameter | double | Inner diameter |
| IsValidObject | bool | 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. |