SetCoordinate

Top  Previous  Next

 

SetCoordinate (Method)

 

Use this method if you want to set the starting point of a new object when the Command property is used.

 

Syntax:

Function SetCoordinate(x As Single, y As Single, z As Single) As Boolean

 

The SetCoordinate method syntax consists of the following:

Parameter

Data Type

Description

x

Single

Is the x coordinate of the starting point

y

Single

Is the y coordinate of the starting point

z

Single

Is the z coordinate of the starting point

 

Return value:

Boolean - True on success, false on error.

 

Example