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


IGpDispatch.LogHistory Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.LogHistory Property

Indicates whether or not operations are logged or not.

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

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

Product Availability

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

See Also

IGpDispatch Interface