Select Method

Selects a cell in a table.

See Also | Example

Signature

object.Select(wpt, wvwVec, wvwxvec, wxaper, wyaper, allowOutside, resultRowIndex, resultColumnIndex)

Object

Table
The object or objects this method applies to.

wpt

Variant
3D point in WCS specifying the input pick point.

wvwVec

Variant
3D vector in WCS specifying the view direction for the hit test.

wvwxvec

Variant
3D vector in WCS specifying the view orientation for the hit test.

wxaper

Double
Width of aperture box centered at the hit point for the hit test; reserved for future use.

wyaper

Double
Height of aperture box centered at the hit point for the hit test; reserved for future use.

allowOutside

Boolean
Indicates whether a pick point outside the table will select a cell.

resultRowIndex

Long
Row index of the selected cell.

resultColumnIndex

Long
Column index of the selected cell.

Remarks

This function selects a cell in the table by specifying a point, viewing direction, and orientation. The row and column index of the selected cell are returned in resultRowIndex and resultColumnIndex.

 

   Comments?