com.esri.arcgis.schematiccontrols
Interface ISchematicCreateDiagramDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicCreateDiagramDialogProxy

public interface ISchematicCreateDiagramDialog
extends Serializable

Provides access to members that control the dialog that opens when a user asks to generate a new schematic diagram (this interface is only useful for developing a new GUI for creating the diagrams).


Method Summary
 ISchematicDiagram create(Object pHook, int hWnd)
          GUI to create a new schematic diagram.
 void refresh()
          Refreshes the create diagram dialog.
 

Method Detail

create

ISchematicDiagram create(Object pHook,
                         int hWnd)
                         throws IOException,
                                AutomationException
GUI to create a new schematic diagram.

Parameters:
pHook - A reference to another Automation Object (IDispatch) (in)
hWnd - The hWnd (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDiagram
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refresh

void refresh()
             throws IOException,
                    AutomationException
Refreshes the create diagram dialog.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.