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


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

IConnectionPointContainer.FindConnectionPoint Method

[Visual Basic .NET]
Public Sub FindConnectionPoint ( _
    ByRef riid As Guid&, _
    ByRef ppCP As IConnectionPoint _
)
[C#]
public void FindConnectionPoint (
    ref Guid& riid,
    ref IConnectionPoint ppCP
);
[C++]
HRESULT FindConnectionPoint(
  System.Guid* riid,
  IConnectionPoint** ppCP
);
[C++]
Parameters
riid [in]

riid is a parameter of type System.Guid* ppCP [out]
ppCP is a parameter of type IConnectionPoint**

Product Availability

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

Description

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

See Also

IConnectionPointContainer Interface