Paste_Avax

Top  Previous  Next

 

Paste_Avax (Method)

 

Imports into the drawing the contents of an Avax Clipboard bytes array

 

Syntax:

Function Paste_Avax(x As Single, y As Single, AvaxClipboard() As Byte, vRetHandles As Object) As Boolean

 

The Paste_Avax method syntax consists of the following:

Parameter

Data Type

Description

x

Single

Is the x coordinate of the insertion point

y

Single

Is the y coordinate of the insertion point

AvaxClipboard()

Byte

An array of Bytes with the Avax clipboard data

vRetHandles

Object

Returns an integer array with the handles of the new objects

 

Return value:

Boolean - True on success, false on error.

 

Example