SelectOnScreen Method

Prompts the user to pick an object from the screen.

See Also | Example

Signature

object.SelectOnScreen [FilterType][, FilterData]

Object

SelectionSet
The object or objects this method applies to.

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.

AutoCAD's default prompt for picking an object will be used automatically.

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

 

   Comments?