Help with CODE XAML C#

658
2
Jump to solution
05-27-2013 11:44 AM
AlvaroMurillo
New Contributor II
Hello everyone: I am new to the forum, greetings from Bolivia - South America. I am developing in SL Viewer (C #) and I need code to put a tool similar to the Go To XY ArcGIOS Desktop, somebody can help me
0 Kudos
1 Solution

Accepted Solutions
ErnieSalazar
New Contributor III
What about something similar to this:

http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#NavigationActions

You will just need to prompt the user for an X/Y, create an envelop, and do a zoom or pan.  For the popup, you could probably do all that in XAML as a user control.  Or if you prefer code:

http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.popup%28v=vs.95%29.aspx

Ernie

View solution in original post

0 Kudos
2 Replies
ErnieSalazar
New Contributor III
What about something similar to this:

http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#NavigationActions

You will just need to prompt the user for an X/Y, create an envelop, and do a zoom or pan.  For the popup, you could probably do all that in XAML as a user control.  Or if you prefer code:

http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.popup%28v=vs.95%29.aspx

Ernie
0 Kudos
AlvaroMurillo
New Contributor II
Ernie:
Thank you very much for attending my doubts, now I have something to think about, I thought there were any example where to start, I will continue to investigate and I'll get to work on your idea.

Thank you very much, greetings
0 Kudos