ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / GeoprocessingOptions Class / WriteGPOperationsToHistory Property

In This Topic
    WriteGPOperationsToHistory Property
    In This Topic
    Gets whether the tools being run are added to the current project's geoprocessing history.
    Syntax
    Public ReadOnly Property WriteGPOperationsToHistory As Boolean
    public bool WriteGPOperationsToHistory {get;}
    Remarks
    Note: see ArcGIS.Desktop.Core.Geoprocessing.GPExecuteToolFlags for available options for modifying behavior of ArcGIS.Desktop.Core.Geoprocessing.Geoprocessing.ExecuteToolAsync. Changing these parameters modifies behavior of interactive GP tools
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also