ChangeProperties
MethodChangeProperties (Method)
Changes the user properties and position 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 |
The handle of the object that will be changed |
sProp() |
String |
A string array of properties for the object |
xyz() |
Single |
An array of Single values for the position coordinates of the object |
Return value:
Boolean - True on success, false on error.