Function
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.
<step>Triggers.SelectMappingByName("Your Mapping Name")</step>