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


IDataLicenseInfo.UsageMode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDataLicenseInfo Interface > IDataLicenseInfo.UsageMode Property
ArcGIS Developer Help

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