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


IGPParameterEdit3.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 > IGPParameterEdit3 Interface > IGPParameterEdit3.Schema Property
ArcGIS Developer Help

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