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(
  VARIANT_BOOL AddToResults
);
[C++]

Parameters

AddToResults [out, retval]   AddToResults is a parameter of type VARIANT_BOOL AddToResults [in]   AddToResults is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeoProcessor2 Interface