Tagged Questions
1
vote
1answer
92 views
ArcGIS10 VBA requires library references
I just upgraded from ArcGIS 9.2 to 10.0, and I'm trying to create some tools using VBA. It doesn't recognize any of the ArcObjects Classes, Interfaces, or Constants unless the reference includes its ...
3
votes
1answer
238 views
ArcObjects 9.2 SDK: How to intersect two SelectionSets (in-memory pointers) and return a FeatureClass?
[Update]
Since posting this question, I've come to the conclusion I'm not fighting flaws in the BasicGeoprocessor object, but more likely having issues with poor object lifecycle management on my ...
0
votes
0answers
135 views
How to loop through Identify Dialog fields? [closed]
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.
...
