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


IMdProcess.InputParameters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdProcess Interface > IMdProcess.InputParameters Property
ArcGIS Developer Help

IMdProcess.InputParameters Property

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

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