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


IDataLicenseInfo.UsageModeCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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(
  long* 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