|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerFields
Provides access to members that work with a layer's fields.
This
interface has properties and methods for finding a layer's fields,
returning the field count, and getting extended information on a
field.
Method Summary | |
---|---|
int |
findField(String fieldName)
Returns the index of the field with the specified name. |
IField |
getField(int index)
The field at the specified index. |
int |
getFieldCount()
The number of fields. |
IFieldInfo |
getFieldInfo(int index)
Extended field information for the field at the specified 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 |