ChangeProperties

Top  Previous  Next

 

ChangeProperties (Method)

 

Use this method if you want to change the properties (user properties and the potition coordinates) of an object

 

Syntax:

Function ChangeProperties(avHandle As Integer, sProp() As String, xyz() As Single) As Boolean

 

The ChangeProperties method syntax consists of the following:

Parameter

Data Type

Description

avHandle

Integer

Is the handle of the object that will be changed

sProp()

String

Is a string array with properties for the object

xyz()

Single

Is an array of Singles for the potition coordinates of the object

 

Return value:

Boolean - True on success, false on error.

 

Example