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