AVOLITES TITAN API

MaskSelectionByGroup

Masks the selection by group, de-selects any fixtures that are not in the provided groups.

Namespace: Group

Syntax

MACRO

Void Group.MaskSelectionByGroup(IEnumerable<Handle> handles)

HTTP

http://[ip]:4430/titan/script/2/Group/MaskSelectionByGroup?handles={handleList}

Parameters

handles ( IEnumerable<Handle> ) : The group handles to mask by.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Group/MaskSelectionByGroup?handles_handleList=1895,1896,1900

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Group/MaskSelectionByGroup?handles_userNumberList=6,8,10