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


IGeoProcessorResult2.Process Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorResult2.Process Property

Set the GeoProcessor process value.

[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

IGeoProcessorResult2 Interface

.NET Samples

Executing geoprocessing tools in the background (Code Files: RunGPForm)

.NET Related Topics

Running a geoprocessing tool using background geoprocessing