Programmatically select features using a circle

644
3
Jump to solution
07-14-2010 12:46 PM
GenaroGarcia
New Contributor III
I'm trying to select features that are within a distance of 10.0 feet from a point.

Anyone have any ideas, code, ... etc

Any help is appreciated.


Genaro Garcia
The City of Oklahoma City
USA
0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable
Original User: kanthsrkesri

Hi,
Steps :
1) Get the Envelope from Point Feature
2) expand the envelope with 10 feet
3)use this envelope with spatialfilter
4)then search features using featureclass

View solution in original post

0 Kudos
3 Replies
ChrisBradberry
Occasional Contributor
What product are you working with? 

Chris
0 Kudos
by Anonymous User
Not applicable
Original User: kanthsrkesri

Hi,
Steps :
1) Get the Envelope from Point Feature
2) expand the envelope with 10 feet
3)use this envelope with spatialfilter
4)then search features using featureclass
0 Kudos
GenaroGarcia
New Contributor III
Using ArcMap 9.3.1.
I created a toolbar with tools MS VS 2005.
One of the tools selects points.

I what to select all points within 10.00 radius of mouse click.
0 Kudos