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;
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.