dusobarthezz;144858 wrote:hey...if its your own add in you need to use ZoomTo MethodQUOTE]It isn't my add-in, it is the standard find functionality that doesn't zoom close enough. Thanks. hii dont know if its exactly the some tool like in explorer, but in samples of SDK is a source code of GeoNamesFind tool...http://help.arcgis.com/en/arcgisexplorer/1500/sdk/conceptualhelp/index.html#/GeoNames_Find/000200000054000000/inside is Private Sub ZoomTo which is used on some places of code, for example ZoomTo(e.Node)...you can try change it on something like ESRI.ArcGISExplorer.Application.Application.ActiveMapDisplay.ZoomTo((TryCast(node.Tag, Graphic)).Geometry.GetEnvelope(), 15)....15 like Level of zooming, you need to find level which you will like...in VisualStudioi dont try it but i think it can work..and you need rebuild the add in VisualStudiohope it helps
dusobarthezz;144858 wrote:hey...if its your own add in you need to use ZoomTo MethodQUOTE]It isn't my add-in, it is the standard find functionality that doesn't zoom close enough. Thanks.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.