Provides access to the properties/methods of a geoprocessing envelope object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IGPEnvelope
CoClasses and Classes | Description |
---|---|
GPEnvelope | Geoprocessing value object containing an envelope value. |