Selects the feature at the specified location.
object.SelectXY ( X, Y ) |
- x
- Required. A Double that represents the X coordinate.
- y
- Required. A Double that represents the Y coordinate.
Boolean
The SelectXY method yields the same result as a user selecting the Select tool and clicking a location in the Map View from the user interface.
The return value indicates whether a feature was selected (True) or not (False).