|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumConnectionPoints
IEnumConnectionPoints is a Microsoft interface. Please refer to MSDN for information about this interface.
Method Summary | |
---|---|
void |
esri_clone(IEnumConnectionPoints[] ppEnum)
esri_clone |
void |
remoteNext(int cConnections,
IConnectionPoint[] ppCP,
int[] pcFetched)
remoteNext |
void |
reset()
reset |
void |
skip(int cConnections)
skip |
Method Detail |
---|
void remoteNext(int cConnections, IConnectionPoint[] ppCP, int[] pcFetched) throws IOException, AutomationException
IEnumConnectionPoints is a Microsoft interface. Please refer to MSDN for information about this interface.
cConnections
- The cConnections (in)ppCP
- A reference to a com.esri.arcgis.display.IConnectionPoint (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
IEnumConnectionPoints 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
IEnumConnectionPoints 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(IEnumConnectionPoints[] ppEnum) throws IOException, AutomationException
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnectionPoints (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 |