ChangeColor

Top  Previous  Next

 

ChangeColor (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 Integers for the handles of the objects

iColor

Short

Is the new color

 

Return value:

Boolean - True on success, false on error.

 

Example