SetProperties

Top  Previous  Next

 

SetProperties (Method)

 

Changes the drawing properties of the objects described in a specific handles array

 

Syntax:

Function SetProperties([Handles]() As Integer, iType() As AvaxItemType, vItemProperies() As Object, vData() As Object) As Boolean

 

The SetProperties method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

iType()

AvaxItemType

An array for the type of the objects

vItemProperies()

Object

An array of Variants for the properties of the objects. Each variant must be a string array

vData()

Object

An array of Variants for the geometric data of the objects

 

Return value:

Boolean - True on success, false on error.

 

Example