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


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

IGPParameter3.Schema Property

Indicates how the output value is to be generated and populated during validate.

[Visual Basic .NET]
Public ReadOnly Property Schema As IGPSchema
[C#]
public IGPSchema Schema {get;}
[C++]
HRESULT get_Schema(
  IGPSchema** Schema
);
[C++]
Parameters
Schema [out, retval]

Schema is a parameter of type IGPSchema**

Product Availability

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

See Also

IGPParameter3 Interface

.NET Samples

Calculate area geoprocessing function tool