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


ILicenseInfoEnum.Reset 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.Reset Method
ArcGIS Developer Help

ILicenseInfoEnum.Reset Method

Resets the extension code.

[Visual Basic .NET]
Public Sub Reset ( _
)
[C#]
public void Reset (
);
[C++]
HRESULT Reset(
void
);

Product Availability

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

Description

Resets the ILicenseInfoEnum collection to the beginning. To make subsequent passes through the ILicenseInfoEnum collection use the Reset method to go back to the first license extension code constant in the collection.

See Also

ILicenseInfoEnum Interface