This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdProcess Interface > IMdProcess.Parameters Property (ArcObjects .NET 10.4 SDK) |
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