Envelope

Gets a copy of the geometry’s bounding geometry formed by the minimum and maximum (x,y) coordinates. The envelopes of most geometries form a bounding box. For a point, the envelope is a point since its minimum and maximum coordinates are the same. The envelope of a linestring is a linestring represented by the endpoints of the source linestring.

 

JavaScript

 

Envelope

 

C#

 

IGeometry Envelope { get; }

 

C++

 

HRESULT Envelope(

       [out, retval] IGeometry** Envelope)