Add_Data
MethodAdd_Data (Method)
Adds a non-drawing object that can store custom 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 |
A string array of properties for the new object |
Return value:
Integer - An Avax handle on success, zero on error.