ArcObjects Library Reference (System)  

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

.NET Snippets

Display Product License And Extensions Information