|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumSTATSTG
Method Summary | |
---|---|
void |
esri_clone(IEnumSTATSTG[] ppenum)
esri_clone |
void |
remoteNext(int celt,
tagSTATSTG[] rgelt,
int[] pceltFetched)
remoteNext |
void |
reset()
reset |
void |
skip(int celt)
skip |
Method Detail |
---|
void remoteNext(int celt, tagSTATSTG[] rgelt, int[] pceltFetched) throws IOException, AutomationException
celt
- The celt (in)rgelt
- A Structure: com.esri.arcgis.system.tagSTATSTG (out: use single element array)pceltFetched
- The pceltFetched (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void skip(int celt) throws IOException, AutomationException
celt
- The celt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_clone(IEnumSTATSTG[] ppenum) throws IOException, AutomationException
ppenum
- A reference to a com.esri.arcgis.trackinganalyst.IEnumSTATSTG (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 |