com.esri.arcgis.display
Interface IConnectionPoint

All Superinterfaces:
Serializable
All Known Implementing Classes:
IConnectionPointProxy, RasterDataManagementEventsHelper, RasterStatusEvent2Helper, RasterStatusEventHelper

public interface IConnectionPoint
extends Serializable

Description

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

Product Availability

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


Method Summary
 void advise(Object pUnkSink, int[] pdwCookie)
          advise
 void enumConnections(IEnumConnections[] ppEnum)
          enumConnections
 void getConnectionInterface(GUID[] pIID)
          getConnectionInterface
 void getConnectionPointContainer(IConnectionPointContainer[] ppCPC)
          getConnectionPointContainer
 void unadvise(int dwCookie)
          unadvise
 

Method Detail

getConnectionInterface

void getConnectionInterface(GUID[] pIID)
                            throws IOException,
                                   AutomationException
getConnectionInterface

Description

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pIID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionPointContainer

void getConnectionPointContainer(IConnectionPointContainer[] ppCPC)
                                 throws IOException,
                                        AutomationException
getConnectionPointContainer

Description

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
ppCPC - A reference to a com.esri.arcgis.display.IConnectionPointContainer (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

advise

void advise(Object pUnkSink,
            int[] pdwCookie)
            throws IOException,
                   AutomationException
advise

Description

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pUnkSink - A reference to another Object (IUnknown) (in)
pdwCookie - The pdwCookie (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unadvise

void unadvise(int dwCookie)
              throws IOException,
                     AutomationException
unadvise

Description

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
dwCookie - The dwCookie (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enumConnections

void enumConnections(IEnumConnections[] ppEnum)
                     throws IOException,
                            AutomationException
enumConnections

Description

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
ppEnum - A reference to a com.esri.arcgis.display.IEnumConnections (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.