com.esri.arcgis.geoprocessing
Interface esriGPSchemaFeatureType

All Superinterfaces:
Serializable

public interface esriGPSchemaFeatureType
extends Serializable

Feature type for the populating the output value.

Product Availability

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


Field Summary
static int esriGPSchemaFeatureAsSpecified
          Set feature type to what is specified by put_OutputFeatureType.
static int esriGPSchemaFeatureFirstDependency
          Set feature type from first input.
static int esriGPSchemaFeatureUnknown
          Set feature type to simple.
static int esriGPSchemaFeatureUnset
          Unset.
 

Field Detail

esriGPSchemaFeatureUnset

static final int esriGPSchemaFeatureUnset
Unset.

See Also:
Constant Field Values

esriGPSchemaFeatureFirstDependency

static final int esriGPSchemaFeatureFirstDependency
Set feature type from first input.

See Also:
Constant Field Values

esriGPSchemaFeatureAsSpecified

static final int esriGPSchemaFeatureAsSpecified
Set feature type to what is specified by put_OutputFeatureType.

See Also:
Constant Field Values

esriGPSchemaFeatureUnknown

static final int esriGPSchemaFeatureUnknown
Set feature type to simple.

See Also:
Constant Field Values