i want to zoom to selected record in data grid
please explain how to 'create an envelope around the point'.
please explain how to 'create an envelope around the point'
Something like:
var env = new Envelope(point.X - size/2, point.Y - size/2, point.X + size/2, point.Y + size/2);env.SpatialReference = point.SpatialReference;
var env = new Envelope(point.X - size/2, point.Y - size/2, point.X + size/2, point.Y + size/2);
env.SpatialReference = point.SpatialReference;
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.