AVOLITES TITAN API

SetSourceHandleRangeFromHandles

Sets the source handles for a copy, move, link and delete operation.

Namespace: Handles

Syntax

MACRO

Void Handles.SetSourceHandleRangeFromHandles(IEnumerable<Handle> handles, Boolean retainPattern)

HTTP

http://[ip]:4430/titan/script/2/Handles/SetSourceHandleRangeFromHandles?handles={handleList}&retainPattern={bool}

Parameters

handles ( IEnumerable<Handle> ) : A list of handles to set as the source.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Handles/SetSourceHandleRangeFromHandles?handles_handleList=1895,1896,1900&retainPattern=true

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Handles/SetSourceHandleRangeFromHandles?handles_userNumberList=6,8,10&retainPattern=true

retainPattern ( Boolean ) : if set to true retain source pattern otherwise bunch up.

retainPattern

HTTP Example:
http://localhost:4430/titan/script/2/Handles/SetSourceHandleRangeFromHandles?handles_userNumberList=6,8,10&retainPattern=true