ChangeElevation3D

Top  Previous  Next

 

ChangeElevation3D (Method)

 

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

 

Syntax:

Function ChangeElevation3D(h() As Integer, Elevation3D As Single) As Boolean

 

The ChangeElevation3D method syntax consists of the following:

Parameter

Data Type

Description

h()

Integer

An array of Integers for the handles of the objects

Elevation3D

Single

Is the new 3D elevation

 

Return value:

Boolean - True on success, false on error.

 

Example