This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdProcess Interface > IMdProcess.Preconditions Property (ArcObjects .NET 10.5 SDK) |
Collection of variables that must be executed prior to executing the process.
[Visual Basic .NET] Public Property Preconditions As IArray
[C#] public IArray Preconditions {get; set;}
[C++]
HRESULT get_Preconditions(
IArray** ppValues
);
[C++]
HRESULT putref_Preconditions(
IArray* ppValues
);
[C++]
Parameters ppValues [out, retval]
ppValues is a parameter of type IArray ppValues [in]
ppValues is a parameter of type IArray