Description

Move one of the handles to a new position.

Return Type

A Boolean value.  

Syntax

object.MoveHandleTo (Handle, x, y, Drag, CallFromTool)

The MoveHandleTo Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjServer.
HandleRequired. A Long value.

The handle number.

xRequired. A Single value.

The new x coordinate.

yRequired. A Single value.

The new y coordinate.

DragRequired. A Boolean value.

True when the object is dragged.

CallFromToolRequired. A Boolean value.

True if this is the result of a tool action. rval : Set to True if successful.

Remarks

The implementation should simply aknowledge the move and update its internal handle storage.