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


IEnumLocator.Previous Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumLocator Interface > IEnumLocator.Previous Method
ArcGIS Developer Help

IEnumLocator.Previous Method

Returns the previous locator or locator style.

[Visual Basic .NET]
Public Function Previous ( _
) As ILocator
[C#]
public ILocator Previous (
);
[C++]
HRESULT Previous(
void
);

Product Availability

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

Description

The Previous method returns the previous locator in the LocatorEnumerator.

See Also

IEnumLocator Interface | ILocatorWorkspace.GetLocator Method | ILocator Interface | ILocatorWorkspace.UpdateLocator Method | StreetMapAddressLocator Class | ESRIFDOAddressLocatorStyle Class | ESRIFDOAddressLocator Class | StreetMapAddressLocatorStyle Class | LocatorExtension Class | GxLocator Class