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


IGeoProcessor2.AddToResults Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor2 Interface > IGeoProcessor2.AddToResults Property
ArcGIS Developer Help

IGeoProcessor2.AddToResults Property

Set whether to add results to result view.

[Visual Basic .NET]
Public Property AddToResults As Boolean
[C#]
public bool AddToResults {get; set;}
[C++]
HRESULT get_AddToResults(
  VARIANT_BOOL AddToResults
);
[C++]
HRESULT put_AddToResults(
  Boolean* AddToResults
);
[C++]
Parameters
AddToResults [in]

AddToResults is a parameter of type bool AddToResults [out, retval]
AddToResults is a parameter of type bool*

Product Availability

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

See Also

IGeoProcessor2 Interface