LightGroupManagerGetGroups Method |
Get the set of contained LightGroup objects
The set of LightGroup objects
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IList<LightGroup> GetGroups()
Public Function GetGroups As IList(Of LightGroup)
public:
IList<LightGroup^>^ GetGroups()
member GetGroups : unit -> IList<LightGroup>
Return Value
IListLightGroup
See Also