2021 Class
Changes 0
C

LightingFixture

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