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


IDataLicenseInfo.UsageModeCount 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.UsageModeCount Property
ArcGIS Developer Help

IDataLicenseInfo.UsageModeCount Property

Number of usage modes.

[Visual Basic .NET]
Public ReadOnly Property UsageModeCount As Integer
[C#]
public int UsageModeCount {get;}
[C++]
HRESULT get_UsageModeCount(
  System.Int32* pnCount
);
[C++]
Parameters
pnCount [out, retval]

pnCount is a parameter of type long*

Product Availability

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

See Also

IDataLicenseInfo Interface