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


IAoInitialize.CheckInExtension 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.CheckInExtension Method
ArcGIS Developer Help

IAoInitialize.CheckInExtension Method

Check in an extension.

[Visual Basic .NET]
Public Function CheckInExtension ( _
    ByVal extensionCode As esriLicenseExtensionCode _
) As esriLicenseStatus
[C#]
public esriLicenseStatus CheckInExtension (
    esriLicenseExtensionCode extensionCode
);
[C++]
HRESULT CheckInExtension(
  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

Checks in the specified extension license once it has been checked out with the CheckOutExtension method.

The way that the extensions are checked in and out will depend on the type of product license passed to the Initialize method.

See Also

IAoInitialize Interface