|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataGraphTElement
Provides access to members that control graphic element for data graph.
Method Summary | |
---|---|
IDataGraphT |
getDataGraphT()
Data graph used in graphic element. |
void |
getIsDataSourceConnected(boolean[] b)
Indicates if data source is connected to the data graph. |
void |
removeDataSourceConnection()
Removes the connection between the data graph and the data source. |
void |
setDataGraphTByRef(IDataGraphT pDataGraphT)
Data graph used in graphic element. |
Method Detail |
---|
void setDataGraphTByRef(IDataGraphT pDataGraphT) throws IOException, AutomationException
pDataGraphT
- A reference to a com.esri.arcgis.carto.IDataGraphT (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataGraphT getDataGraphT() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getIsDataSourceConnected(boolean[] b) throws IOException, AutomationException
b
- The b (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeDataSourceConnection() 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 |