| Revit 2020 API |
| LightGroup..::..GetLights Method |
| LightGroup Class See Also |
Get the set of contained light instances
The set of light instances
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
| C# |
|---|
public ICollection<ElementId> GetLights() |
| Visual Basic |
|---|
Public Function GetLights As ICollection(Of ElementId) |
| Visual C++ |
|---|
public: ICollection<ElementId^>^ GetLights() |