ArcObjects Library Reference (Geoprocessing)  

IMdProcess.Parameters Property

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

[Visual Basic .NET]
Public ReadOnly Property Parameters As IArray
[C#]
public IArray Parameters {get;}
[C++]
HRESULT get_Parameters(
  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