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


IDataLicenseInfo.UsageMode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDataLicenseInfo.UsageMode Property

Usage mode by its number.

[Visual Basic .NET]
Public Function get_UsageMode ( _
    ByVal nIndex As Integer _
) As IUsageModeInfo
[C#]
public IUsageModeInfo get_UsageMode (
    int nIndex
);
[C++]
HRESULT get_UsageMode(
  long nIndex,
  IUsageModeInfo** pInfo
);
[C++]

Parameters nIndex [in] nIndex is a parameter of type long pInfo [out, retval]
pInfo is a parameter of type IUsageModeInfo

Product Availability

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

See Also

IDataLicenseInfo Interface