Hello,The ActiveMapDisplay.ZoomTo function works great. I would also like to display the Popup window associated with the feature I am zooming to. Is this possible using the SDK?Here is my code for the ZoomTo function:Dim r As Row = tbl.Search(New Filter("ID = " + intID.ToString)).GetFirst()
map.ZoomTo(r.Geometry, 1500)