This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IConnectionPointContainer Interface > IConnectionPointContainer.FindConnectionPoint Method (ArcObjects .NET 10.5 SDK) |
[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(
GUID* riid,
IConnectionPoint** ppCP
);
[C++]
Parameters riid [in]
riid is a parameter of type GUID ppCP [out]
ppCP is a parameter of type IConnectionPoint
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.