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


IProcessLayer.Process Property (ArcObjects .NET 10.5 SDK)
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