This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor2 Interface > IGeoProcessor2.AddToResults Property (ArcObjects .NET 10.4 SDK) |
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