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


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

IGeoProcessorResult2.ReturnValue Property

Get the GeoProcessor return value.

[Visual Basic .NET]
Public ReadOnly Property ReturnValue As Object
[C#]
public object ReturnValue {get;}
[C++]
HRESULT get_ReturnValue(
  Variant* pRetValue
);
[C++]
Parameters
pRetValue [out, retval]

pRetValue is a parameter of type VARIANT*

Product Availability

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

See Also

IGeoProcessorResult2 Interface

.NET Samples

Executing geoprocessing tools in the background