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


IEnumLocatorName.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 > IEnumLocatorName Interface > IEnumLocatorName.Previous Method
ArcGIS Developer Help

IEnumLocatorName.Previous Method

Returns the previous Name object.

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

Product Availability

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

Description

The Previous method returns the previous LocatorName object in the LocatorNameEnumerator.

See Also

IEnumLocatorName Interface