com.esri.arcgis.catalog
Interface IGxDataGraph2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxDataGraph, IGxDataGraph2Proxy

public interface IGxDataGraph2
extends java.io.Serializable

COM Interface 'IGxDataGraph2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that control data graph GxObject.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDed598d6e_0a34_442b_8250_e3b0c53df0fd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataGraphBase getDataGraphBase()
          The data graph associated with GXObject.
 void setDataGraphBaseByRef(IDataGraphBase dataGraph)
          The data graph associated with GXObject.
 

Field Detail

IIDed598d6e_0a34_442b_8250_e3b0c53df0fd

static final int IIDed598d6e_0a34_442b_8250_e3b0c53df0fd
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDataGraphBaseByRef

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

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

getDataGraphBase

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

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