SelectAtPoint method

     Member of IntelliCAD.SelectionSet

     Selects objects passing through a point, and adds them to the SelectionSet.

Syntax

object. SelectAtPoint(Point, [FilterType], [FilterData])

Where:

     object is a SelectionSet object;

     Point is an IntelliCAD Point object specifying the point to use for selection;

     FilterType is an optional parameter for specifying how to filter data selection;

     FilterData is an optional parameter for specifying filter data.