예제 #1
0
 private void PluginOnMapIdentifying(object sender, MapIdentifyArgs mapIdentifyArgs)
 {
     View.Identify(mapIdentifyArgs.Envelope);
 }
예제 #2
0
 public void FireMapIdentifying(MapIdentifyArgs e)
 {
     FireEvent(MapIdentifying, e);
 }