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


IDataLicenseManager.AddLicenseFromFile Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDataLicenseManager.AddLicenseFromFile Method

Adds license information.

[Visual Basic .NET]
Public Sub AddLicenseFromFile ( _
    ByVal bstrLicenseFileName As String _
)
[C#]
public void AddLicenseFromFile (
    string bstrLicenseFileName
);
[C++]
HRESULT AddLicenseFromFile(
  BSTR bstrLicenseFileName
);
[C++]

Parameters bstrLicenseFileName [in] bstrLicenseFileName is a parameter of type BSTR

Product Availability

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

See Also

IDataLicenseManager Interface