Function

SetCurrentMacroFromUserNumber

Void UserMacros.SetCurrentMacroFromUserNumber(Int32 userNumber)
API http://api.avolites.com/10.1/UserMacros.SetCurrentMacroFromUserNumber.html
description Sets the current macro information from the user number, i.e. flags the macro with this user number as 'current'.
Namespaces UserMacros
parameter userNumber ( Int32 ) : The user number of the macro to set the current information to.
return value (Void)
Example in

Macro - Export Macro:

<step>UserMacros.SetCurrentMacroFromUserNumber(1)</step>
Also used in
Remarks