com.esri.arcgis.output
Interface esriOutputSelection

All Superinterfaces:
Serializable

public interface esriOutputSelection
extends Serializable

Select pages for output.

Product Availability

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


Field Summary
static int esriOutputAll
          Output all pages.
static int esriOutputCurrent
          Output current page.
static int esriOutputRange
          Output range of pages.
static int esriOutputSelected
          Output selected pages.
static int esriOutputWhereClause
          Use a where clause to select pages for output.
 

Field Detail

esriOutputAll

static final int esriOutputAll
Output all pages. Data = null

See Also:
Constant Field Values

esriOutputSelected

static final int esriOutputSelected
Output selected pages. Data = null

See Also:
Constant Field Values

esriOutputCurrent

static final int esriOutputCurrent
Output current page. Data = null

See Also:
Constant Field Values

esriOutputRange

static final int esriOutputRange
Output range of pages. Data = range string

See Also:
Constant Field Values

esriOutputWhereClause

static final int esriOutputWhereClause
Use a where clause to select pages for output. Where clase is specified in range string.

See Also:
Constant Field Values