com.esri.arcgis.output
Interface esriOutputSelection

All Superinterfaces:
java.io.Serializable

public interface esriOutputSelection
extends java.io.Serializable

Constants from esriOutputSelection' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Select pages for output.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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