GetSelectedPoints

Top  Previous  Next

 

GetSelectedPoints (Method)

 

Returns the coordinates and the number of points selected by the activation of the Select Points process with the method SelectPoints or the setting property Command=AvaxCommand.selectv_c

 

Syntax:

Function GetSelectedPoints(x() As Single, y() As Single, z() As Single) As Integer

 

The GetSelectedPoints method syntax consists of the following:

Parameter

Data Type

Description

x()

Single

An array for the coordinates x of the selected points

y()

Single

An array for the coordinates y of the selected points

z()

Single

An array for the coordinates z of the selected points

 

Return value:

Integer - Is the number of the selected points

 

Example