identify tool using arcobject

3230
3
04-30-2013 10:12 PM
NadeemQazi
New Contributor III
Hi there
I am using arcobject sdk 10.1. I have a map layer open in ARCMAP and i wish that on click event i can read the fields assoicated with the attribute table of the layer in the map something like identify tool. or in other words i want to know how can i use the identify tool in arcobject sdk. i am using visual studio 2010 and c sharp.thanks
nadeem
0 Kudos
3 Replies
deleted-user-VeC5jUIlNXtq
Occasional Contributor III
Hi,

Try these:

http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//00490000000n000000

and

http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000004s2000000

Since your a lot more familiar with your project than I am, I'll let you look through those to pick out what you might need perhaps.

Maybe someone more advanced will provide you with more specifics, but this might be a good starting point.

Cheers,
0 Kudos
NadeemQazi
New Contributor III
Hi,

Try these:

http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//00490000000n000000

and

http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000004s2000000

Since your a lot more familiar with your project than I am, I'll let you look through those to pick out what you might need perhaps.

Maybe someone more advanced will provide you with more specifics, but this might be a good starting point.

Cheers,

thnx for the help. i used the first link http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//00490000000n000000 . it works for me however it displays a dialoge box showing the selected attribute from the table , i wish to save those value in some variable to use it further in program. any suggestion.
regards
nadeem
0 Kudos
deleted-user-VeC5jUIlNXtq
Occasional Contributor III
thnx for the help. i used the first link http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//00490000000n000000 . it works for me however it displays a dialoge box showing the selected attribute from the table , i wish to save those value in some variable to use it further in program. any suggestion.
regards
nadeem


Glad to hear it helped!

I would see if you can find that dialog box as an object and try to access it's properties. Again, I'm amateur at programming, but that should do the trick.

Unfortunately I can't look around to help at the moment, maybe see if you can search the ArcObjects library for an identify dialog box object.

Sorry I'm unable to help you search at the moment.
0 Kudos