|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgFilterEffects
Provides access to an enumeration of property filter's effects.
INgFilterEffect| Method Summary | |
|---|---|
void |
add(INgFilterEffect item)
Adds a new property filter's effect in the collection. |
void |
clear()
Removes all the property filter's effects from the collection. |
Enumeration |
get_NewEnum()
Retrieves an IEnumVariant interface that enumerates the collection's content. |
int |
getCount()
Number of property filter's effects in the collection. |
INgFilterEffect |
getItem(int index)
The property filter's effect 'index' item in the collection. |
void |
remove(int index)
Removes the property filter's effect 'index' item from the collection. |
| Method Detail |
|---|
Enumeration get_NewEnum()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgFilterEffect getItem(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(INgFilterEffect item)
throws IOException,
AutomationException
item - A reference to a com.esri.arcgis.schematic.INgFilterEffect (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 clear()
throws IOException,
AutomationException
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 | ||||||||