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.GetLicenseInfo Method (ArcObjects .NET 10.5 SDK) |
Returns license information by index.
[Visual Basic .NET] Public Function GetLicenseInfo ( _ ByVal nIdx As Integer _ ) As IDataLicenseInfo
[C#] public IDataLicenseInfo GetLicenseInfo ( int nIdx );
[C++]
HRESULT GetLicenseInfo(
long nIdx,
IDataLicenseInfo** pLicInfo
);
[C++]
Parameters nIdx [in] nIdx is a parameter of type long pLicInfo [out, retval]
pLicInfo is a parameter of type IDataLicenseInfo