Function

Triggers.SelectMappingByName

Void Triggers.SelectMappingByName(String name)
API http://api.avolites.com/11.0/Triggers.SelectMappingByName.html
description Selects a mapping by name.
namespace Triggers
parameter name ( String ) : The name of the mapping to be selected.
return value Void

Inherently this marks a mapping as selected so that its id can be retrieved from Triggers.SelectedMappingId.

Example in

Trigger - Add MIDi trigger:

<step>Triggers.SelectMappingByName("Your Mapping Name")</step>
Also used in
Remarks