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


IGPParameterEdit3.Schema Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit3.Schema Property

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

[Visual Basic .NET]
Public WriteOnly Property Schema
[C#]
public void Schema {set;}
[C++]
HRESULT putref_Schema(
  IGPSchema* 
);
[C++]

Parameters [in]
is a parameter of type IGPSchema

Product Availability

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

See Also

IGPParameterEdit3 Interface