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

In This Topic
    GetCounterValue Method
    In This Topic
    Returns the current value of the specified diagnostic counter.
    Syntax
    public static ulong GetCounterValue( 
       string counterName
    )
    Public Shared Function GetCounterValue( _
       ByVal counterName As String _
    ) As ULong

    Parameters

    counterName

    Return Value

    The current value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also