ArcObjects Library Reference (Geoprocessing)  

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 (Code Files: RunGPForm)

.NET Related Topics

Running a geoprocessing tool using background geoprocessing | Tool return values