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


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

IGeoProcessorSettings.LogHistory Property

Indicates whether or not to log the execution of geoprocessing tools.

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

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

Product Availability

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

Remarks

Having a log of function executions can be useful. The LogHistory porperty checks if the setting is on or off.

See Also

IGeoProcessorSettings Interface