|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgSymbols
Provides access to an enumeration of symbols.
INgSymbol| Method Summary | |
|---|---|
void |
add(INgSymbol item)
Adds a new symbol in the collection. |
void |
clear()
Removes all the symbols from the collection. |
Enumeration |
get_NewEnum()
Retrieves an IEnumVariant interface that enumerates the collection's content. |
int |
getCount()
Number of symbols in the collection. |
INgSymbol |
getItem(int index)
The symbol 'index' item in the collection. |
void |
remove(int index)
Removes the symbol '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.
INgSymbol 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(INgSymbol item)
throws IOException,
AutomationException
item - A reference to a com.esri.arcgis.schematic.INgSymbol (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 | ||||||||