ArcGIS Pro 3.7 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 Shared Function GetAvailabilityCount( _
       ByVal code As LicenseCodes _
    ) As UInteger
    public static uint GetAvailabilityCount( 
       LicenseCodes code
    )

    Parameters

    code
    The license code to check.

    Return Value

    The number of available licenses.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also