AVOLITES TITAN API

DoSelectionsMatch

Checks that the two selections match when deleting or releasing handles

Namespace: Handles

Syntax

MACRO

Boolean Handles.DoSelectionsMatch(IEnumerable<Handle> handles)

HTTP

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

Parameters

handles ( IEnumerable<Handle> ) : The second handle selection

handles_handleList

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

handles_userNumberList

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

Returns

True if the selections match, false otherwise