| Revit 2022 API |
| LightGroupManager..::..GetGroups Method |
| LightGroupManager Class See Also |
Get the set of contained LightGroup objects
The set of LightGroup objects
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public IList<LightGroup> GetGroups() |
| Visual Basic |
|---|
Public Function GetGroups As IList(Of LightGroup) |
| Visual C++ |
|---|
public: IList<LightGroup^>^ GetGroups() |