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


IEnumLocator.Previous Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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