ArcObjects Library Reference (Geoprocessing)  

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