|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataGraphCollection
Provides access to members that control graph collection in map document.
| Method Summary | |
|---|---|
void |
addDataGraph(IDataGraphBase graph)
Adds the graph to the collection. |
IDataGraphBase |
getDataGraph(int index)
Graph at the given index. |
int |
getDataGraphCount()
Number of graphs in the collection. |
void |
removeAllDataGraphs()
Removes all graphs from the collection. |
void |
removeDataGraph(IDataGraphBase graph)
Removes the graph from the collection. |
| Method Detail |
|---|
int getDataGraphCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDataGraphBase getDataGraph(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeDataGraph(IDataGraphBase graph)
throws IOException,
AutomationException
graph - A reference to a com.esri.arcgis.carto.IDataGraphBase (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addDataGraph(IDataGraphBase graph)
throws IOException,
AutomationException
graph - A reference to a com.esri.arcgis.carto.IDataGraphBase (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAllDataGraphs()
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 | ||||||||