com.esri.arcgis.display
Interface IConnectionPointContainer

All Superinterfaces:
Serializable
All Known Implementing Classes:
AGAnimationUtils, AlternatingScaleBar, AnimationExporterAVI, AnimationExporterQT, AnimationExporterSeqImages, AnimationExtension, AnnotateMap, AnnotationFeature, AppROT, BasemapLayer, BasicOverposter, CadAnnotationLayer, CadastralFabric, CadastralFabricLayer, CadastralFabricSubLayer, CadFeatureLayer, CadLayer, CatalogSearchEngine, ColorCorrectionDockWin, CompositeGraphicsLayer, ComPropertySheet, CoverageAnnotationLayer, CustomizeDialog, DataGraphT, DataGraphTScatterPlotMatrix, DimensionLayer, DisplayTransformation, DocEventHandler, DoubleAlternatingScaleBar, DynamicDisplay, ElementSelection, EngineNetworkAnalystEnvironment, FDOGraphicsLayer, FeatureDataConverter, FeatureInspector, FeatureLayer, FileSystemXmlSearchEngine, GdbRasterCatalogLayer, GeneralTrackingConnector, GeoDBDataTransfer, GeoVideoLayer, GFSReplicationAgent, Globe, GlobeBean, GlobeControl, GlobeDisplay, GlobeGraphicsLayer, GlobeHookHelper, GlobeLayer, GpsFeed, GraphicsLayer3D, GraphicsSubLayer, GroupLayer, GxCatalog, GxSelection, HollowScaleBar, HookHelper, IConnectionPointContainerProxy, ImageServerLayer, IMSMapLayer, InternetConnection, KmlLayer, Legend, Map, MapBean, MapControl, MapFrame, MapInset, MaplexAnnotateMap, MapServerLayer, MapTitle, MarkerNorthArrow, MdModel, MetadataExtension, MetadataServiceEngine, MosaicLayer, MxDocument, MyPlaceCollection, NAContext, NALayer, NetworkLayer, NITFGraphicsLayer, Overview, Page, PageLayout, PageLayoutBean, PageLayoutControl, PixelInspectionDockWin, PlugIn, ProcessLayer, RasterCatalogLayer, RasterLayer, RasterToolsDockWin, RealTimeFeedManager, RealTimeFeedSimulator, RelQueryTable, RepairConnectivityProgress, Scalebar, ScaleLine, ScaleText, Scene, SceneBean, SceneControl, SceneGraph, SceneHookHelper, ScreenDisplay, ServerConnection, SimpleDataConverter, SimpleDisplay, SimpleElementSelection, SingleDivisionScaleBar, StandaloneTable, SteppedScaleLine, SymbologyBean, SymbologyControl, TemporalFeature, TemporalFeatureLayer, TemporalReference, TerrainLayer, TinLayer, TOCBean, TOCControl, ToolbarBean, ToolbarControl, Topology, VersionManager, WCSLayer, WMSGroupLayer, WMSMapLayer

public interface IConnectionPointContainer
extends Serializable

Description

IConnectionPointContainer 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 enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
          enumConnectionPoints
 void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP)
          findConnectionPoint
 

Method Detail

enumConnectionPoints

void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
                          throws IOException,
                                 AutomationException
enumConnectionPoints

Description

IConnectionPointContainer 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.IEnumConnectionPoints (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findConnectionPoint

void findConnectionPoint(GUID riid,
                         IConnectionPoint[] ppCP)
                         throws IOException,
                                AutomationException
findConnectionPoint

Description

IConnectionPointContainer 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:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.