Returns 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 | 
 | 
| 
 | |
| C# | 
 | 
| 
 | |
| C++ | 
 | 
| HRESULT Envelope(         | |