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;
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.