ArcObjects Library Reference (Geoprocessing)  

IProcessLayer.Process Property

Sets the process.

[Visual Basic .NET]
Public Property Process As IMdProcess
[C#]
public IMdProcess Process {get; set;}
[C++]
HRESULT get_Process(
  IMdProcess** ppProcess
);
[C++]
HRESULT putref_Process(
  IMdProcess* ppProcess
);
[C++]

Parameters

ppProcess [out, retval]

  ppProcess is a parameter of type IMdProcess

ppProcess [in]

  ppProcess is a parameter of type IMdProcess

Product Availability

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

See Also

IProcessLayer Interface