| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEnumProperty
Provides access to members that enumerate Property.
| Method Summary | |
|---|---|
|  void | esri_clone(IEnumProperty[] ppenum)Creates a clone of the current enumeration. | 
|  void | next(int numRequested,
     IProperty[] props,
     int[] pNumFetched)Retrieves the next Property in the enumeration sequence. | 
|  void | reset()Resets the enumeration sequence to the beginning. | 
|  void | skip(int numToSkip)Skips the next Property in the enumeration. | 
| Method Detail | 
|---|
void next(int numRequested,
          IProperty[] props,
          int[] pNumFetched)
          throws IOException,
                 AutomationException
numRequested - The numRequested  (in)props - A reference to a com.esri.arcgis.geodatabase.IProperty  (out: use single element array)pNumFetched - The pNumFetched  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void skip(int numToSkip)
          throws IOException,
                 AutomationException
numToSkip - The numToSkip  (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(IEnumProperty[] ppenum)
                throws IOException,
                       AutomationException
ppenum - A reference to a com.esri.arcgis.geodatabase.IEnumProperty  (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 | ||||||||