ArcGIS Pro 2.8 API Reference Guide
IsCheckedOut Method

ArcGIS.Core.Licensing Namespace > LicenseInformation Class : IsCheckedOut Method
The license code to check.
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 10, Windows 8.1

See Also

Reference

LicenseInformation Class
LicenseInformation Members