AVOLITES TITAN API

ConfirmDeleteRange

Second stage of delete after setting the source. Checks if the new selection matches the source selection and deletes them if so. Otherwise sets the error message.

Namespace: Handles

Syntax

MACRO

Void Handles.ConfirmDeleteRange(IEnumerable<Handle> handles)

HTTP

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

Parameters

handles ( IEnumerable<Handle> ) : A list of handle to delete.

handles_handleList

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

handles_userNumberList

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