| Revit 2020 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: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
| C# |
|---|
public IList<LightGroup> GetGroups() |
| Visual Basic |
|---|
Public Function GetGroups As IList(Of LightGroup) |
| Visual C++ |
|---|
public: IList<LightGroup^>^ GetGroups() |