This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILicenseInfoEnum Interface > ILicenseInfoEnum.Next Method (ArcObjects .NET 10.5 SDK) |
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
The Next method advances the ILicenseInfoEnum collection by one, and returns the license extension code constant at that position.