AVOLITES TITAN API

ConfirmRemoveMacro

Confirms the remove macro.

Namespace: SetList

Syntax

MACRO

Void SetList.ConfirmRemoveMacro(IEnumerable<Handle> handles, IEnumerable<Handle> selectedHandles)

HTTP

http://[ip]:4430/titan/script/2/SetList/ConfirmRemoveMacro?handles={handleList}&selectedHandles={handleList}

Parameters

handles ( IEnumerable<Handle> ) : The handles.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/SetList/ConfirmRemoveMacro?handles_handleList=1895,1896,1900&selectedHandles_handleList=1895,1896,1900

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/SetList/ConfirmRemoveMacro?handles_userNumberList=6,8,10&selectedHandles_handleList=1895,1896,1900

selectedHandles ( IEnumerable<Handle> ) : The selected handles.

selectedHandles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/SetList/ConfirmRemoveMacro?handles_userNumberList=6,8,10&selectedHandles_handleList=1895,1896,1900

selectedHandles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/SetList/ConfirmRemoveMacro?handles_userNumberList=6,8,10&selectedHandles_userNumberList=6,8,10