|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableFields
Provides access to members that return information about a table.
You can use the ITableFields interface to return the field count and to get particular fields.
The FieldInfo property provides extended information on the field; it returns an IFieldInfo reference.
Method Summary | |
---|---|
int |
findField(String fieldName)
The index of the field with the given name. |
IField |
getField(int index)
The field at the given index. |
int |
getFieldCount()
The field count. |
IFieldInfo |
getFieldInfo(int index)
The extended field information for the field at the given index. |
Method Detail |
---|
int getFieldCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IField getField(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFieldInfo getFieldInfo(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findField(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (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 |