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


IPlugInLicense.AddLicenseRef Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInLicense Interface > IPlugInLicense.AddLicenseRef Method
ArcGIS Developer Help

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