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


IGeoProcessorResult2.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 > IGeoProcessorResult2 Interface > IGeoProcessorResult2.Process Property
ArcGIS Developer Help

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