ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Utilities Namespace / EventLog Class / SetCounterValue Method

In This Topic
    SetCounterValue Method
    In This Topic
    Sets the value of the specified counter.
    Syntax
    public static void SetCounterValue( 
       string counterName,
       ulong value
    )
    Public Shared Sub SetCounterValue( _
       ByVal counterName As String, _
       ByVal value As ULong _
    ) 

    Parameters

    counterName
    value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also