ArcObjects Library Reference (Geoprocessing)  

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