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

In This Topic
    IsCheckedOut Method
    In This Topic
    Gets if a specific license code is checked out.
    Syntax
    public static bool IsCheckedOut( 
       LicenseCodes code
    )
    Public Shared Function IsCheckedOut( _
       ByVal code As LicenseCodes _
    ) As Boolean

    Parameters

    code
    The license code to check.

    Return Value

    True if the specified license is checked out.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also