CopyItems

Top  Previous  Next

 

CopyItems (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

Is the relative x distance

yDist

Single

Is 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.

 

Example