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


IGPSchema Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSchema Interface
ArcGIS Developer Help

IGPSchema Interface

Provides access to the properties/methods of a geoprocessing schema object.

Product Availability

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

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Read/write property CloneDependency Inidicates if the output value is to be cloned from the input.
Read/write property GenerateOutputCatalogPath Inidicates if the output catalog path is to be generated from the input.
Method PopulateOutputValue Populate the value of the output parameter for validate.

Classes that implement IGPSchema

Classes Description
GPContainerSchema Geoprocessing Container Schema object.
GPFeatureSchema Geoprocessing Feature Schema object.
GPRasterSchema Geoprocessing Raster Schema object.
GPTableSchema Geoprocessing Table Schema object.

.NET Samples

Calculate area geoprocessing function tool