Select to view content in your preferred language

Identify Route Locations using ArcObjects

440
1
01-17-2012 10:41 AM
TomBuckler
Deactivated User
I'm trying to create a tool that works just like the "Identify Route Locations" tool within ArcMap except I want to get the measure value so I can pass it to an external program. Is there any ESRI code (C# preferred) example to accomplish something like this?
0 Kudos
1 Reply
RichardFairhurst
MVP Alum
I'm trying to create a tool that works just like the "Identify Route Locations" tool within ArcMap except I want to get the measure value so I can pass it to an external program. Is there any ESRI code (C# preferred) example to accomplish something like this?


I don't write code in C# and I have not tried replicating the Identify Route Location" tool itself, but I did create a UITool that could split a Linear Route Event based on a mouse click on a Route in this thread.  Many of the interfaces used in the code would apply to replicating the tool and capturing the measure event location to pass to another tool.
0 Kudos