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


IMdProcess.Preconditions 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.Preconditions Property
ArcGIS Developer Help

IMdProcess.Preconditions Property

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*

Product Availability

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

See Also

IMdProcess Interface