Newbie in arcobject programming. Using C#. Developing a desktop application.
I have 2 shape files. One is a point shape file Called Addresses and another Polygon shape file which is called Area. The Address shape file has an attribute called Address_Number while the Area shape file has a attribute called Area_Number. I need to select only the features that match "Address_Number" (from Addresses) to "Area_Number" (from Area) and then create a new shape file.
How can I do this?
Any help with some code example is greatly appreciated.
