com.esri.arcgis.geoprocessing
Interface esriGPSchemaFieldsType

All Superinterfaces:
Serializable

public interface esriGPSchemaFieldsType
extends Serializable

Fields type for the populating the output value.

Product Availability

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


Field Summary
static int esriGPSchemaFieldsAll
          Set field set of output from all inputs.
static int esriGPSchemaFieldsAllFIDsOnly
          Set field set of output from all inputs but with only their FIDs.
static int esriGPSchemaFieldsAllNoFIDs
          Set field set of output from all inputs but without their FIDs.
static int esriGPSchemaFieldsFirstDependency
          Set field set of output from first input.
static int esriGPSchemaFieldsFirstDependencyFIDs
          Set field set of output from first input and add a field for their FID.
static int esriGPSchemaFieldsNone
          No initial field sets.
static int esriGPSchemaFieldsUnset
          Unset.
 

Field Detail

esriGPSchemaFieldsUnset

static final int esriGPSchemaFieldsUnset
Unset.

See Also:
Constant Field Values

esriGPSchemaFieldsFirstDependency

static final int esriGPSchemaFieldsFirstDependency
Set field set of output from first input.

See Also:
Constant Field Values

esriGPSchemaFieldsFirstDependencyFIDs

static final int esriGPSchemaFieldsFirstDependencyFIDs
Set field set of output from first input and add a field for their FID.

See Also:
Constant Field Values

esriGPSchemaFieldsAll

static final int esriGPSchemaFieldsAll
Set field set of output from all inputs.

See Also:
Constant Field Values

esriGPSchemaFieldsAllNoFIDs

static final int esriGPSchemaFieldsAllNoFIDs
Set field set of output from all inputs but without their FIDs.

See Also:
Constant Field Values

esriGPSchemaFieldsAllFIDsOnly

static final int esriGPSchemaFieldsAllFIDsOnly
Set field set of output from all inputs but with only their FIDs.

See Also:
Constant Field Values

esriGPSchemaFieldsNone

static final int esriGPSchemaFieldsNone
No initial field sets.

See Also:
Constant Field Values