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


IConnectionPoint.GetConnectionInterface 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.GetConnectionInterface Method
ArcGIS Developer Help

IConnectionPoint.GetConnectionInterface Method

[Visual Basic .NET]
Public Sub GetConnectionInterface ( _
    ByRef pIID As Guid& _
)
[C#]
public void GetConnectionInterface (
    ref Guid& pIID
);
[C++]
HRESULT GetConnectionInterface(
  System.Guid* pIID
);
[C++]
Parameters
pIID [out]

pIID is a parameter of type System.Guid*

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