This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvelope Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the properties/methods of a geoprocessing envelope object.
Description | ||
---|---|---|
Extent | The extent of the geoprocessing envelope. | |
SetCoords | Sets the extent of the geoprocessing envelope given the x/y minimum/maximum values. | |
XMax | The maximum X value of the geoprocessing envelope. | |
XMin | The minimum X value of the geoprocessing envelope. | |
YMax | The maximum Y value of the geoprocessing envelope. | |
YMin | The minimum Y value of the geoprocessing envelope. |
CoClasses and Classes | Description |
---|---|
GPEnvelope | Geoprocessing value object containing an envelope value. |