SelectPoints
MethodSelectPoints (Method)
Activates the Select Points process with a specific key and the number of the points to be selected
Syntax:
Function SelectPoints(sSelectId As String, lPointsToSelect As Integer, ExistX() As Single, ExistY() As Single, ExistZ() As Single, fBoxOn As Boolean, fNoSnapAndOrtho As Boolean) As Boolean
The SelectPoints method syntax consists of the following:
Parameter |
Data Type |
Description |
sSelectId |
String |
The key name passed to the event SelectedPoints after the selection of a point |
lPointsToSelect |
Integer |
The total number of points to select |
ExistX() |
Single |
An array for the x coordinates of the points to preselect |
ExistY() |
Single |
An array for the y coordinates of the points to preselect |
ExistZ() |
Single |
An array for the z coordinates of the points to preselect |
fBoxOn |
Boolean |
Determines whether the second point is treated as a parallelogram apex when selecting two points |
fNoSnapAndOrtho |
Boolean |
A Boolean value that determines whether Ortho and Snap are enabled during the selection of points |
Return value:
Boolean - True on success, false on error.