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: |
| object | An expression evaluating to an object of type McGraphObjServer. | | Handle | Required. A Long value. The handle number.
| | x | Required. A Single value. The new x coordinate.
| | y | Required. A Single value. The new y coordinate.
| | Drag | Required. A Boolean value. True when the object is dragged.
| | CallFromTool | Required. 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.
|