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


IEnumConnectionPoints.Clone Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IE > IEnumConnectionPoints Interface > IEnumConnectionPoints.Clone Method
ArcGIS Developer Help

IEnumConnectionPoints.Clone Method

[Visual Basic .NET]
Public Sub Clone ( _
    ByRef ppEnum As IEnumConnectionPoints _
)
[C#]
public void Clone (
    ref IEnumConnectionPoints ppEnum
);
[C++]
HRESULT Clone(
  IEnumConnectionPoints** ppEnum
);
[C++]
Parameters
ppEnum [out]

ppEnum is a parameter of type IEnumConnectionPoints**

Product Availability

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

Description

IEnumConnectionPoints is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IEnumConnectionPoints Interface