Function
Void Handles.SetGroupPageName(String group, String name)
| API | http://api.avolites.com/11.0/Handles.SetGroupPageName.html |
|---|---|
| description | Sets the name of the current page of a group. |
| namespace | Handles |
| parameter | group ( String ) : Name of the group, see Location |
| name ( String ) : The string for the new page name. | |
| return value | Void |
When using characters outside the ASCII character table as name the results may vary:
Handles.SetGroupPageName(“Colours”, “Greens & Blues”)Handles.SetGroupPageName(“Colours”, “Grün”)Handles.SetGroupPageName(“Playbacks”, “元”)<step>Handles.SetGroupPageName("Fixtures", "Washes")</step>