|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISxDocumentEventsDisp
Provides access to events fired by ArcScene.
Method Summary | |
---|---|
boolean |
beforeCloseDocument(ISxDocumentEventsDispBeforeCloseDocumentEvent theEvent)
Fired before a document is closed. |
boolean |
closeDocument(ISxDocumentEventsDispCloseDocumentEvent theEvent)
Fired when a document is closed. |
boolean |
newDocument(ISxDocumentEventsDispNewDocumentEvent theEvent)
Fired when a new document is created. |
boolean |
onContextMenu(ISxDocumentEventsDispOnContextMenuEvent theEvent)
Fired when a context menu should be displayed at the given xy location. |
boolean |
openDocument(ISxDocumentEventsDispOpenDocumentEvent theEvent)
Fired when a document is opened. |
boolean |
vBAReset(ISxDocumentEventsDispVBAResetEvent theEvent)
Fired when VBA is reset. |
Method Detail |
---|
boolean onContextMenu(ISxDocumentEventsDispOnContextMenuEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean newDocument(ISxDocumentEventsDispNewDocumentEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean openDocument(ISxDocumentEventsDispOpenDocumentEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean beforeCloseDocument(ISxDocumentEventsDispBeforeCloseDocumentEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean closeDocument(ISxDocumentEventsDispCloseDocumentEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean vBAReset(ISxDocumentEventsDispVBAResetEvent theEvent) throws IOException, AutomationException
theEvent
- The event
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 |