com.esri.arcgis.arcmapui
Interface IDataGraphTWizard

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataGraphTCreateScatterplotMatrix, DataGraphTWizard, IDataGraphTWizardProxy

public interface IDataGraphTWizard
extends Serializable

Provides access to members that control the data graph wizard.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void doModal(int parentWindow)
          Starts the wizard dialog.
 IDataGraphT getDataGraphT()
          The data graph created by this new wizard.
 void selectDataSource(Object pDataSource)
          Default data source to select in the wizard.
 void setApplicationByRef(Object rhs1)
          The application to which the wizard dialog belongs.
 

Method Detail

getDataGraphT

IDataGraphT getDataGraphT()
                          throws IOException,
                                 AutomationException
The data graph created by this new wizard.

Product Availability

Available with ArcGIS Desktop.

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

setApplicationByRef

void setApplicationByRef(Object rhs1)
                         throws IOException,
                                AutomationException
The application to which the wizard dialog belongs.

Product Availability

Available with ArcGIS Desktop.

Parameters:
rhs1 - A reference to another Automation Object (IDispatch) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectDataSource

void selectDataSource(Object pDataSource)
                      throws IOException,
                             AutomationException
Default data source to select in the wizard.

Product Availability

Available with ArcGIS Desktop.

Parameters:
pDataSource - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

void doModal(int parentWindow)
             throws IOException,
                    AutomationException
Starts the wizard dialog.

Product Availability

Available with ArcGIS Desktop.

Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.