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


IGeoProcessor2.AddToResults Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

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