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