LightingFixture
Description:
Provides access to the Lighting Fixture in Autodesk Revit MEP.
Provides access to the Lighting Fixture in Autodesk Revit MEP.
Remarks:
The Lighting Fixture object can only be queried in Autodesk Revit MEP.
The Lighting Fixture object can only be queried in Autodesk Revit MEP.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.MEPModel
Autodesk.Revit.DB.Electrical.LightingFixture
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.MEPModel
Autodesk.Revit.DB.Electrical.LightingFixture
public class LightingFixture : MEPModel
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |
| GetAssignedElectricalSystems() | ISet<ElectricalSystem> | Retrieves the electrical systems this electrical panel currently is assigned to. | MEPModel |
| GetElectricalSystems() | ISet<ElectricalSystem> | Retrieves the electrical systems that are currently created using this MEPModel. | MEPModel |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |
| AssignedElectricalSystems | ElectricalSystemSet | Retrieves the electrical systems this electrical panel currently is assigned to. | MEPModel |
| ConnectorManager | ConnectorManager | Retrieves the Connector Manager from this MEPModel. | MEPModel |
| ElectricalSystems | ElectricalSystemSet | Retrieves the electrical systems that are currently created using this MEPModel. | MEPModel |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | MEPModel |