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;
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.