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


IConnectionPoint.EnumConnections Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IConnectionPoint Interface > IConnectionPoint.EnumConnections Method
ArcGIS Developer Help

IConnectionPoint.EnumConnections Method

[Visual Basic .NET]
Public Sub EnumConnections ( _
    ByRef ppEnum As IEnumConnections _
)
[C#]
public void EnumConnections (
    ref IEnumConnections ppEnum
);
[C++]
HRESULT EnumConnections(
  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

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

See Also

IConnectionPoint Interface