Remove the given LightGroup object from the set of LightGroup objects
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void DeleteGroup( ElementId groupId )
Parameters
- groupId ElementId
- The Id of the LightGroup object to remove
Exceptions
Exception | Condition |
---|---|
ArgumentException | The given element Id does not correspond to a light group -or- The LightGroup is not contained by this LightGroupManager |
ArgumentNullException | A non-optional argument was null |