This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAoInitialize Interface > IAoInitialize.CheckInExtension Method (ArcObjects .NET 10.5 SDK) |
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
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.