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