| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDescRow
Provides access to members that control a descriptor table row.
This interface is not intended to be used by outside developers.
| Method Summary | |
|---|---|
|  int | getFindField(String strtofind)The index of the desired field. | 
|  Object | getGetValue(int index)The value of the ith entry in the row. | 
|  int | getNumFields()Number of fields in the row. | 
|  void | getPutValue(int index,
            Object pVal)The value of the ith entry in the row. | 
| Method Detail | 
|---|
int getNumFields()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getGetValue(int index)
                   throws IOException,
                          AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getPutValue(int index,
                 Object pVal)
                 throws IOException,
                        AutomationException
index - The index  (in)pVal - A Variant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFindField(String strtofind)
                 throws IOException,
                        AutomationException
strtofind - The strtofind  (in)
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 | ||||||||