This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IConnectionPoint Interface > IConnectionPoint.GetConnectionPointContainer Method (ArcObjects .NET 10.4 SDK) |
[Visual Basic .NET] Public Sub GetConnectionPointContainer ( _ ByRef ppCPC As IConnectionPointContainer _ )
[C#] public void GetConnectionPointContainer ( ref IConnectionPointContainer ppCPC );
[C++]
HRESULT GetConnectionPointContainer(
IConnectionPointContainer** ppCPC
);
[C++]
Parameters ppCPC [out]
ppCPC is a parameter of type IConnectionPointContainer
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.