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


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

IEnumLocator.Clone Method

Creates a copy of the enumeration.

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

Product Availability

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

Remarks

The Clone method returns a copy of the locator enumeration.

See Also

IEnumLocator Interface