2027 Method
Changes 0
M

LightGroupManager.CreateGroup

Description:
Create a new LightGroup object with the given name
public LightGroup CreateGroup(
	string name
)
  • String
    name
    The name to use for the new LightGroup object
Return Value LightGroup The new LightGroup object that was created
  • The name is not valid because it is not unique within this LightGroupManager -or- name cannot include prohibited characters, such as "{, }, [, ], |, ;, less-than sign, greater-than sign, ?, `, ~".
  • A non-optional argument was null