Function

Handles.SetGroupPage

Void Handles.SetGroupPage(String groupName, Int32 page)
API http://api.avolites.com/11.0/Handles.SetGroupPage.html
description Sets the current page of a group to the supplied page
namespace Handles
parameter groupName ( String ) : Name of the group, see Location
page ( Int32 ) : 0-based index of the page to be named. E.g. index 0 refers to page 1.
return value Void
Example in

Legend - Set a Page Legend:

  <step>Handles.SetGroupPage("Playbacks", 0)</step>	
Also used in
Remarks