This document is archived and information here might be outdated.  Recommended version.


IGPEnvelope Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvelope Interface
ArcGIS Developer Help

IGPEnvelope Interface

Provides access to the properties/methods of a geoprocessing envelope object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property Extent The extent of the geoprocessing envelope.
Method SetCoords Sets the extent of the geoprocessing envelope given the x/y minimum/maximum values.
Read/write property XMax The maximum X value of the geoprocessing envelope.
Read/write property XMin The minimum X value of the geoprocessing envelope.
Read/write property YMax The maximum Y value of the geoprocessing envelope.
Read/write property YMin The minimum Y value of the geoprocessing envelope.

Classes that implement IGPEnvelope

Classes Description
GPEnvelope Geoprocessing value object containing an envelope value.