com.esri.arcgis.catalog
Interface IGxDataGraph2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxDataGraph

public interface IGxDataGraph2
extends Serializable

Provides access to members that control data graph GxObject.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IDataGraphBase getDataGraphBase()
          The data graph associated with GXObject.
 void setDataGraphBaseByRef(IDataGraphBase dataGraph)
          The data graph associated with GXObject.
 

Method Detail

setDataGraphBaseByRef

void setDataGraphBaseByRef(IDataGraphBase dataGraph)
                           throws IOException,
                                  AutomationException
The data graph associated with GXObject.

Product Availability

Available with ArcGIS Desktop.

Parameters:
dataGraph - A reference to a com.esri.arcgis.carto.IDataGraphBase (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataGraphBase

IDataGraphBase getDataGraphBase()
                                throws IOException,
                                       AutomationException
The data graph associated with GXObject.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.carto.IDataGraphBase
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.