Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

Is there a way to loop through the values displayed by Identify Dialog?

I tried the IIdentifyDialog interface but it does not expose any useful method; neither is there any QI which can be of use.

Any suggestions?

share|improve this question
if you want to get a good answer you might want to specify a bit more detail. For example what is your aim here? What do you intend to do with these values? This way people might suggest other ways that would be easier than using the identify dialog interface – Rob Clark May 18 '11 at 7:32
My requirement is to get the values displayed by the Identify dialog (ESRI built-in tool). Instead of looping through the layers it would be easier if the identify dialog has some kind of enumeration which provides the values displayed in the standard Identify dialog upon selection. – ujjwalesri May 18 '11 at 7:37
Which software are you using? ESRI publishes more than one with an "identify" dialog :-). – whuber May 18 '11 at 15:03
I am using ArcGIS Desktop 9.2. What do you mean by "ESRI publishes more than one with an "identify" dialog"..? I know there are multiple interfaces with name starting like IIdentify--, but none of them has any methods which can let me achieve what I want to. – ujjwalesri May 19 '11 at 4:34
I think this Question needs more details added into it if it is to stay open – PolyGeo Jan 5 at 22:00

closed as not constructive by PolyGeo, Simon, R.K., blah238, whuber Jan 6 at 17:10

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.