ArcObjects Library Reference (Geoprocessing)  

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

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.

CoClasses that implement IGPEnvelope

CoClasses and Classes Description
GPEnvelope Geoprocessing value object containing an envelope value.