|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicCreateDiagramDialog
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 |
---|
ISchematicDiagram create(Object pHook, int hWnd) throws IOException, AutomationException
pHook
- A reference to another Automation Object (IDispatch) (in)hWnd
- The hWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refresh() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |