Function

PlaybackGroups.SetCurrentPlaybackGroupFromUserNumber

Void PlaybackGroups.SetCurrentPlaybackGroupFromUserNumber(AcwUserNumber userNumber)
API https://api.avolites.com/15.0/api/PlaybackGroups.SetCurrentPlaybackGroupFromUserNumber.html
description Sets the current playback group to one with the specified user number.
namespace PlaybackGroups
parameter userNumber ( userNumber ) : The user number of the playback group.
return value Void
This inherently sets the property PlaybackGroups.CurrentPlaybackGroup
Example in

Playback Groups - Create and Add:

<step>PlaybackGroups.SetCurrentPlaybackGroupFromUserNumber(2)</step>
Also used in
Remarks