ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Licensing Namespace / LicenseInformation Class / GetAvailabilityCount Method
The license code to check.

In This Topic
    GetAvailabilityCount Method
    In This Topic
    Gets the number of licenses available for use. Most useful when using concurrent use licensing.
    Syntax
    public static uint GetAvailabilityCount( 
       LicenseCodes code
    )
    Public Shared Function GetAvailabilityCount( _
       ByVal code As LicenseCodes _
    ) As UInteger

    Parameters

    code
    The license code to check.

    Return Value

    The number of available licenses.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also