This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorSettings2 Interface > IGeoProcessorSettings2.HowLongToKeepResults Property (ArcObjects .NET 10.5 SDK) |
This property determine how long to hold on results.
[Visual Basic .NET] Public Property HowLongToKeepResults As esriGPTimeIntervalType
[C#] public esriGPTimeIntervalType HowLongToKeepResults {get; set;}
[C++]
HRESULT get_HowLongToKeepResults(
esriGPTimeIntervalType* timeInterval
);
[C++]
HRESULT put_HowLongToKeepResults(
esriGPTimeIntervalType timeInterval
);
[C++]
Parameters timeInterval [out, retval]
timeInterval is a parameter of type esriGPTimeIntervalType timeInterval [in]
timeInterval is a parameter of type esriGPTimeIntervalType