CopyItems
MethodCopyItems (Method)
Copies the objects described in a specific handles array to a relative x and y distance
Syntax:
Function CopyItems([Handles]() As Integer, xDist As Single, yDist As Single, vRetHandles As Object) As Boolean
The CopyItems method syntax consists of the following:
Parameter |
Data Type |
Description |
[Handles]() |
Integer |
|
xDist |
Single |
The relative x distance |
yDist |
Single |
The relative y distance |
vRetHandles |
Object |
Returns an integer array with the handles of the new objects |
Return value:
Boolean - True on success, false on error.