| Revit 2020 API |
| LightGroupManager..::..IsLightGroupOn Method |
| LightGroupManager Class See Also |
Returns true if the given light group is on
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
| C# |
|---|
public bool IsLightGroupOn( ElementId viewId, ElementId groupId ) |
| Visual Basic |
|---|
Public Function IsLightGroupOn ( _ viewId As ElementId, _ groupId As ElementId _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsLightGroupOn( ElementId^ viewId, ElementId^ groupId ) |
Parameters
- viewId
- Type: Autodesk.Revit.DB..::..ElementId
The Id of the view
- groupId
- Type: Autodesk.Revit.DB..::..ElementId
The Id of the light group
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | The given element Id does not correspond to a 3d view -or- The given element Id does not correspond to a light group |
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |