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


IEnumReferenceDataTable.Reset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IE > IEnumReferenceDataTable Interface > IEnumReferenceDataTable.Reset Method
ArcGIS Developer Help

IEnumReferenceDataTable.Reset Method

Resets the enumeration.

[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

The Reset method resets the ReferenceDataTableEnumerator so that the Next method returns the first ReferenceDataTable from the enumerator.

Remarks

You should use this method immediately after obtaining the ReferenceDataTableEnumerator from the locator. You need to use this method before querying the Count property or calling the Next method.

See Also

IEnumReferenceDataTable Interface