GetLineStartPoint

Top  Previous  Next

 

GetLineStartPoint (Method)

 

Use this method if you want to get a line's start or end point coordinates when the Command is set to Line_c

 

Syntax:

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

 

The GetLineStartPoint method syntax consists of the following:

Parameter

Data Type

Description

x

Single

Is the x coordinate of the point

y

Single

Is the y coordinate of the point

z

Single

Is the z coordinate of the point

 

Return value:

Boolean - True on success, false on error.

 

Example