2
votes
0answers
36 views

How to split multiple overlapping points in ArcMap 9.2?

I am using ArcGIS (ArcMap with Info license) 9.2. I have many points that have the same XY coordinates. Is there any method to apply any sort of buffer by which they'll get desegregated at different ...
3
votes
1answer
72 views

Connect overlapping lines

I am currently trying to build my first multimodal network using ArcGis 9.2. This is a test using simple data of what I will need to do later with more complex data. Here is my data: layer 1: One ...
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. ...