MEPModel
Description:
Supports all MEP models that are persistent within the Autodesk Revit project.
Supports all MEP models that are persistent within the Autodesk Revit project.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.MEPModel
Autodesk.Revit.DB.Electrical.ElectricalEquipment
Autodesk.Revit.DB.Electrical.LightingDevice
Autodesk.Revit.DB.Electrical.LightingFixture
Autodesk.Revit.DB.Mechanical.MechanicalEquipment
Autodesk.Revit.DB.Mechanical.MechanicalFitting
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.MEPModel
Autodesk.Revit.DB.Electrical.ElectricalEquipment
Autodesk.Revit.DB.Electrical.LightingDevice
Autodesk.Revit.DB.Electrical.LightingFixture
Autodesk.Revit.DB.Mechanical.MechanicalEquipment
Autodesk.Revit.DB.Mechanical.MechanicalFitting
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetAssignedElectricalSystems() | ISet<ElectricalSystem> | Retrieves the electrical systems this electrical panel currently is assigned to. | |
| GetElectricalSystems() | ISet<ElectricalSystem> | Retrieves the electrical systems that are currently created using this MEPModel. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ConnectorManager | ConnectorManager | Retrieves the Connector Manager from this MEPModel. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |