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


IEnumConnections.Clone Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IEnumConnections.Clone Method

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

Parameters ppEnum [out]
ppEnum is a parameter of type IEnumConnections

Product Availability

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

Description

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

See Also

IEnumConnections Interface