ArcObjects Library Reference (GeoDatabase)  

IPlugInLicense.AddLicenseRef Method

Increases the count of things needing the license.

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

Product Availability

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

Description

Increments the count of datasets and cursors using the license.

See Also

IPlugInLicense Interface