ArcObjects Library Reference (GeoDatabase)  

IPlugInLicense.CheckExtensionLicense Method

Checks if the license for the extension is enabled. Fails if not enabled.

[Visual Basic .NET]
Public Sub CheckExtensionLicense ( _
)
[C#]
public void CheckExtensionLicense (
);
[C++]
HRESULT CheckExtensionLicense(
void
);

Product Availability

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

Description

Succeeds if the license is enabled. May attempt to enable the license if the extension is an automatic extension. If the license is not or cannot be enabled, this method should fail. If possible, it should fail with FDO_E_NO_OPERATION_LICENSE as the HRESULT.

See Also

IPlugInLicense Interface