ArcObjects Library Reference (GeoDatabase)  

IEnumLocatorName.Previous Method

Returns the previous Name object.

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

Parameters

outLocatorName [out, retval]

  outLocatorName is a parameter of type ILocatorName

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