com.esri.arcgis.arcmapui
Interface IDataGraphWindow2

All Superinterfaces:
IDataWindow, java.io.Serializable
All Known Implementing Classes:
DataGraphWindow, IDataGraphWindow2Proxy

public interface IDataGraphWindow2
extends IDataWindow, java.io.Serializable

COM Interface 'IDataGraphWindow2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the DataGraph Window.' 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 IID875ae97a_a973_4102_b4dd_6e8fe8aca893
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcmapui.IDataWindow
IID04dbd416_aee2_11d1_8750_0000f8751720
 
Method Summary
 IDataGraphBase getDataGraphBase()
          The window that uses data graph.
 void setDataGraphBaseByRef(IDataGraphBase ppDataGraphBase)
          The window that uses data graph.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 

Field Detail

IID875ae97a_a973_4102_b4dd_6e8fe8aca893

static final int IID875ae97a_a973_4102_b4dd_6e8fe8aca893
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

getDataGraphBase

IDataGraphBase getDataGraphBase()
                                throws java.io.IOException,
                                       AutomationException
The window that uses data graph.

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.

setDataGraphBaseByRef

void setDataGraphBaseByRef(IDataGraphBase ppDataGraphBase)
                           throws java.io.IOException,
                                  AutomationException
The window that uses data graph.

Parameters:
ppDataGraphBase - 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.