ESRI.ArcGIS.Geoprocessor
LogHistory Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : LogHistory Property




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

Syntax

Visual Basic (Declaration) 
Public Property LogHistory As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim value As Boolean
 
instance.LogHistory = value
 
value = instance.LogHistory
C# 
public bool LogHistory {get; set;}

See Also

© 2010 All Rights Reserved.