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


IProcessLayer.Process Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IP > IProcessLayer Interface > IProcessLayer.Process Property
ArcGIS Developer Help

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 [in]

ppProcess is a parameter of type IMdProcess* ppProcess [out, retval]
ppProcess is a parameter of type IMdProcess**

Product Availability

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

See Also

IProcessLayer Interface