|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFilterDefs
Provides access to methods that control an array of filter definition objects.
| Method Summary | |
|---|---|
void |
add(IFilterDef filterDef)
Adds a filter definition object. |
int |
getCount()
The filter definition count. |
IFilterDef |
getElement(int index)
The filter definition at the specified position. |
void |
insert(int index,
IFilterDef filterDef)
Adds a filter definition property at the specified position. |
void |
remove(int index)
Removes the filter definition at the specified position. |
void |
removeAll()
Removes all filter definition objects. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFilterDef getElement(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(IFilterDef filterDef)
throws IOException,
AutomationException
filterDef - A reference to a com.esri.arcgis.geodatabase.IFilterDef (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
IFilterDef filterDef)
throws IOException,
AutomationException
index - The index (in)filterDef - A reference to a com.esri.arcgis.geodatabase.IFilterDef (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 | ||||||||