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


IDataLicenseManager.GetLicenseInfoFromFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDataLicenseManager Interface > IDataLicenseManager.GetLicenseInfoFromFile Method
ArcGIS Developer Help

IDataLicenseManager.GetLicenseInfoFromFile Method

Returns license information by file name.

[Visual Basic .NET]
Public Function GetLicenseInfoFromFile ( _
    ByVal bstrLicenseFileName As String _
) As IDataLicenseInfo
[C#]
public IDataLicenseInfo GetLicenseInfoFromFile (
    string bstrLicenseFileName
);
[C++]
HRESULT GetLicenseInfoFromFile(
  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