ArcObjects Library Reference (Geoprocessing)  

esriGPSchemaFieldsType Constants

Fields type for the populating the output value.

Constant Value Description
esriGPSchemaFieldsUnset -1 Unset.
esriGPSchemaFieldsFirstDependency 0 Set field set of output from first input.
esriGPSchemaFieldsFirstDependencyFIDs 1 Set field set of output from first input and add a field for their FID.
esriGPSchemaFieldsAll 2 Set field set of output from all inputs.
esriGPSchemaFieldsAllNoFIDs 3 Set field set of output from all inputs but without their FIDs.
esriGPSchemaFieldsAllFIDsOnly 4 Set field set of output from all inputs but with only their FIDs.
esriGPSchemaFieldsNone 5 No initial field sets.

Product Availability

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

.NET Related Topics

Building a custom geoprocessing function tool