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;
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.