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


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

IEnumLocatorName.Clone Method

Creates a copy of the enumeration.

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

Product Availability

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

See Also

IEnumLocatorName Interface