com.esri.arcgis.geoprocessing
Interface esriGPExtentEnum

All Superinterfaces:
Serializable

public interface esriGPExtentEnum
extends Serializable

Geoprocessor Extent types for extent.

Product Availability

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

Supported Platforms

Windows


Field Summary
static int esriGPExtentMaxOf
          The maximum of all inputs is used.
static int esriGPExtentMinOf
          The minimum of all inputs is used.
static int esriGPExtentUnknown
          The operation determined use of extents.
static int esriGPExtentValue
          The specified value for the specified property is used.
 

Field Detail

esriGPExtentUnknown

static final int esriGPExtentUnknown
The operation determined use of extents.

See Also:
Constant Field Values

esriGPExtentMaxOf

static final int esriGPExtentMaxOf
The maximum of all inputs is used.

See Also:
Constant Field Values

esriGPExtentMinOf

static final int esriGPExtentMinOf
The minimum of all inputs is used.

See Also:
Constant Field Values

esriGPExtentValue

static final int esriGPExtentValue
The specified value for the specified property is used.

See Also:
Constant Field Values