This document is archived and information here might be outdated.  Recommended version.


IAoInitialize.IsExtensionCheckedOut Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAoInitialize Interface > IAoInitialize.IsExtensionCheckedOut Method
ArcGIS Developer Help

IAoInitialize.IsExtensionCheckedOut Method

Is the Extension checked out.

[Visual Basic .NET]
Public Function IsExtensionCheckedOut ( _
    ByVal extensionCode As esriLicenseExtensionCode _
) As Boolean
[C#]
public bool IsExtensionCheckedOut (
    esriLicenseExtensionCode extensionCode
);
[C++]
HRESULT IsExtensionCheckedOut(
  esriLicenseExtensionCode extensionCode
);
[C++]
Parameters
extensionCode [in]

extensionCode is a parameter of type esriLicenseExtensionCode

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Indicates whether the specified extension license is currently checked out. Extension licensess are checked out and in using CheckOutExtension and CheckInExtension methods.

See Also

IAoInitialize Interface