LightGroupManager.DeleteGroup
Description:
Remove the given LightGroup object from the set of LightGroup objects
Remove the given LightGroup object from the set of LightGroup objects
Remarks:
Note that only the group is deleted, not the lights contained in the group The lights will still exist but will not be in a group any longer
Note that only the group is deleted, not the lights contained in the group The lights will still exist but will not be in a group any longer
public void DeleteGroup(
ElementId groupId
)
-
groupIdThe Id of the LightGroup object to remove
-
The given element Id does not correspond to a light group -or- The LightGroup is not contained by this LightGroupManager
-
A non-optional argument was null