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


IAoInitialize.CheckInExtension Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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,
  esriLicenseStatus* licenseStatus
);
[C++]

Parameters extensionCode [in]
extensionCode is a parameter of type esriLicenseExtensionCode licenseStatus [out, retval]
licenseStatus is a parameter of type esriLicenseStatus

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

.NET Snippets

Check In Extension License