ChangeColor
MethodChangeColor (Method)
Changes the color of the objects described in a specific handles array
Syntax:
Function ChangeColor(h() As Integer, iColor As Short) As Boolean
The ChangeColor method syntax consists of the following:
Parameter |
Data Type |
Description |
h() |
Integer |
An array of integer handles of the objects |
iColor |
Short |
The new color |
Return value:
Boolean - True on success, false on error.