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