|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumConnections
IEnumConnections is a Microsoft interface. Please refer to MSDN for information about this interface.
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 |
---|
void remoteNext(int cConnections, tagCONNECTDATA[] rgcd, int[] pcFetched) throws IOException, AutomationException
IEnumConnections is a Microsoft interface. Please refer to MSDN for information about this interface.
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void skip(int cConnections) throws IOException, AutomationException
IEnumConnections is a Microsoft interface. Please refer to MSDN for information about this interface.
cConnections
- The cConnections (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IEnumConnections is a Microsoft interface. Please refer to MSDN for information about this interface.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_clone(IEnumConnections[] ppEnum) throws IOException, AutomationException
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnections (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |