GetProperties

Top  Previous  Next

 

GetProperties (Method)

 

Returns the properties of the objects described in a specific handles array

 

Syntax:

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

 

The GetProperties method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

iType()

AvaxItemType

An array of AvaxItemTypes for the type of the objects

vItemProperies()

Object

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

vData()

Object

An array of Variants for the geometic data of the objects

 

Return value:

Boolean - True on success, false on error.

 

Example