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


IMdProcess.OutputParameters Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdProcess.OutputParameters Property

The collection of output parameter objects used when validating/executing the process.

[Visual Basic .NET]
Public ReadOnly Property OutputParameters As IArray
[C#]
public IArray OutputParameters {get;}
[C++]
HRESULT get_OutputParameters(
  IArray** params
);
[C++]

Parameters params [out, retval]
params is a parameter of type IArray

Product Availability

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

See Also

IMdProcess Interface