This document is archived and information here might be outdated.  Recommended version.


esriGPSchemaExtentType Constants (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

esriGPSchemaExtentType Constants

Extent type for the populating the output value.

Constant Value Description
esriGPSchemaExtentUnset -1 Unset.
esriGPSchemaExtentFirstDependency 0 Set extent from first input.
esriGPSchemaExtentIntersection 1 Set extent to intersection of all inputs.
esriGPSchemaExtentUnion 2 Set extent to union of all inputs.
esriGPSchemaExtentEnvironment 3 Set extent what is in the environment.
esriGPSchemaExtentAsSpecified 4 Set extent to what is specified by putref_OutputExtent.

Product Availability

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

.NET Related Topics

Building a custom geoprocessing function tool