ArcObjects Library Reference (DataSourcesFile)  

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,
  IDataLicenseInfo** pLicInfo
);
[C++]

Parameters

bstrLicenseFileName [in]   bstrLicenseFileName is a parameter of type BSTR pLicInfo [out, retval]

  pLicInfo is a parameter of type IDataLicenseInfo

Product Availability

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

See Also

IDataLicenseManager Interface