LightGroupManager.GetLightGroupManager
Method
Description:
Creates a light group manager object from the given document
Creates a light group manager object from the given document
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document the manager is from |
Return Value
| Type | Description |
|---|---|
| LightGroupManager | The newly created Light group manager object |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The document is not valid because it is not a project (rvt) document |
| ArgumentNullException | A non-optional argument was null |