This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDataLicenseManager Interface > IDataLicenseManager.GetLicenseInfoFromFile Method (ArcObjects .NET 10.5 SDK) |
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