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


ILicenseInfoEnum.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILicenseInfoEnum Interface > ILicenseInfoEnum.Next Method
ArcGIS Developer Help

ILicenseInfoEnum.Next Method

Obtains the next extension code.

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

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