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


IGPParameter3.Schema Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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 (Code Files: CalculateAreaFunction)

.NET Related Topics

Building a custom geoprocessing function tool