SelectAtPoint Method

Selects an object passing through a given point and places it into a selection set.

See Also | Example

Signature

object.SelectAtPoint Point, FilterType, FilterData

Object

SelectionSet
The object or objects this method applies to.

Point

Variant (three-element array of doubles); input-only
The 3D UCS coordinates specifying the point to use for the selection.

FilterType

Integer; input-only; optional
A DXF group code specifying the type of filter to use.

FilterData

Variant; input-only; optional
The value to filter on.

Remarks

This method supports the filtering mechanism.

The PICKBOX system variable affects object selection.

For more selection mode options, see the Select, SelectByPolygon, and SelectOnScreen methods.

 

   Comments?