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


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

IGPTask.Process Property

The task process.

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

Process is a parameter of type IMdProcess** Process [in]
Process is a parameter of type IMdProcess*

Product Availability

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

See Also

IGPTask Interface