com.esri.arcgis.display
Interface IEnumConnections

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumConnectionsProxy

public interface IEnumConnections
extends Serializable

Description

IEnumConnections 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 esri_clone(IEnumConnections[] ppEnum)
          esri_clone
 void remoteNext(int cConnections, tagCONNECTDATA[] rgcd, int[] pcFetched)
          remoteNext
 void reset()
          reset
 void skip(int cConnections)
          skip
 

Method Detail

remoteNext

void remoteNext(int cConnections,
                tagCONNECTDATA[] rgcd,
                int[] pcFetched)
                throws IOException,
                       AutomationException
remoteNext

Description

IEnumConnections 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:
cConnections - The cConnections (in)
rgcd - A Structure: com.esri.arcgis.display.tagCONNECTDATA (out: use single element array)
pcFetched - The pcFetched (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

skip

void skip(int cConnections)
          throws IOException,
                 AutomationException
skip

Description

IEnumConnections 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:
cConnections - The cConnections (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
reset

Description

IEnumConnections 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

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_clone

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

Product Availability

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

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.