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


IEnumIntersection.Clone Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IEnumIntersection.Clone Method

Not currently used.

[Visual Basic .NET]
Public Function Clone ( _
) As IEnumIntersection
[C#]
public IEnumIntersection Clone (
);
[C++]
HRESULT Clone(
  IEnumIntersection** outEnumerator
);
[C++]

Parameters outEnumerator [out, retval]
outEnumerator is a parameter of type IEnumIntersection

Product Availability

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

See Also

IEnumIntersection Interface