ChangeHeight3D

Top  Previous  Next

 

ChangeHeight3D (Method)

 

Changes the 3D height of the objects described in a specific handles array

 

Syntax:

Function ChangeHeight3D(h() As Integer, Height3D As Single) As Boolean

 

The ChangeHeight3D method syntax consists of the following:

Parameter

Data Type

Description

h()

Integer

An array of Integers for the handles of the objects

Height3D

Single

Is the new 3D height

 

Return value:

Boolean - True on success, false on error.

 

Example