ChangeLayer

Top  Previous  Next

 

ChangeLayer (Method)

 

Changes the layer of the objects described in a specific handles array

 

Syntax:

Function ChangeLayer(h() As Integer, iLayer As Short) As Boolean

 

The ChangeLayer method syntax consists of the following:

Parameter

Data Type

Description

h()

Integer

An array of Integers for the handles of the objects

iLayer

Short

Is the new layer number

 

Return value:

Boolean - True on success, false on error.

 

Example