ArcObjects Library Reference (DataSourcesFile)  

IDataLicenseManager.GetLicenseInfo Method

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

Product Availability

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

See Also

IDataLicenseManager Interface