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


ILicenseInfoEnum.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

ILicenseInfoEnum.Next Method

Obtains the next extension code.

[Visual Basic .NET]
Public Function Next ( _
) As esriLicenseExtensionCode
[C#]
public esriLicenseExtensionCode Next (
);
[C++]
HRESULT Next(
  esriLicenseExtensionCode* extensionCode
);
[C++]

Parameters extensionCode [out, retval]
extensionCode is a parameter of type esriLicenseExtensionCode

Product Availability

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

Description

The Next method advances the ILicenseInfoEnum collection by one, and returns the license extension code constant at that position.

See Also

ILicenseInfoEnum Interface

.NET Snippets

Display Product License And Extensions Information