Add_Data

Top  Previous  Next

 

Add_Data (Method)

 

This function adds a non-drawing object in which you can put any data. This object is saved in the .AVX file just like all the other drawing objects

 

Syntax:

Function Add_Data(vItemProperties As Object) As Integer

 

The Add_Data method syntax consists of the following:

Parameter

Data Type

Description

vItemProperties

Object

Is a string array with properties for the new object

 

Return value:

Integer - An Avax handle on success, zero on error.

 

Example