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


IPlugInLicense.AddLicenseRef Method (ArcObjects .NET 10.5 SDK)
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