ArcObjects Library Reference (GeoDatabaseDistributed)  

IEnumModifiedClassInfo.Reset Method

Resets the enumerator to the beginning.

[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 enumerator to the beginning.

See Also

IEnumModifiedClassInfo Interface