![]() |
This document is archived and information here might be outdated. Recommended version. |
Provides access to events fired by ArcScene.
Name | Description | |
---|---|---|
![]() |
BeforeCloseDocument | Fired before a document is closed. Return True to abort the close process. |
![]() |
CloseDocument | Fired when a document is closed. Return true if handled. |
![]() |
NewDocument | Fired when a new document is created. Return true if handled. |
![]() |
OnContextMenu | Fired when a context menu should be displayed at the given xy location. Return true if handled. |
![]() |
OpenDocument | Fired when a document is opened. Return true if handled. |
![]() |
VBAReset | Fired when VBA is reset. Return true if handled. |
CoClasses and Classes | Description |
---|---|
SxDocument | Provides access to members that control the ArcScene document. |