Provides access to members that control the ArcGlobe Application object.
Product Availability
Description
The IGMxApplication interface contains methods/properties to customize the ArGlobe desktop application and allows you to manipulate ArcGlobe application specific properties and methods, such as create a new secondary viewer, setting the default background sky color, making the TOC visible, copying to clipboard and exporting the current display to 2D images. In order to change the sky background color, DefaultHighBackgroundColor and DefaultLowBackgroundColor can be used to change the color of the background color when at a higher and lower altitudes, respectively. For specifying the low and high altitudes of the transition distance within which the sky background color changes from default low background color to default high background color, the SetDefaultBackGroundTransitionDistances can be used.
To create a secondary viewer for viewing data in a different perspective, the CreateSubView method is used. The ShowTOC method and TOCVisible boolean property can be used to the show/hide the Table of Contents dockable window. SetDefaultContentsView can be used to set the default TOC view to the current ative Table of Contents view.
Inorder to clear/suspend/restore animated gestrues with the Navigation tool in ArcGlobe, you can use the ClearGesture, SuspendGesture, RestoreGesture methods.
Members
Description | ||
---|---|---|
BuildNum | The build number. | |
ClearGesture | Clears gesture. | |
CopyToClipboard | Copies the current scene to the Clipboard. | |
CreateSubView | Makes a new viewer. | |
DefaultHighBackgroundColor | The Default High Background Color for New Documents. | |
DefaultLowBackgroundColor | The Default Low Background Color for New Documents. | |
Export2d | Exports the Current Document to a 2d file format. | |
Export3d | Exports the Current Document to a 3d file format. | |
GetDefaultBackgroundTransitionDistances | The Default Background Transition Distances for New Documents. | |
Page | The current page settings. | |
Paper | The current paper settings. | |
Printer | The current printer settings. | |
RestoreGesture | Restores gesture. | |
SelectionEnvironment | The selection environment. | |
SetDefaultBackgroundTransitionDistances | The Default Background Transition Distances for New Documents. | |
SetDefaultContentsViews | Set current TOC configuration as defaults in Normal.3dt. | |
ShowContextMenu | Displays a context menu for the current selection. | |
ShowTOC | Displays the table content. | |
SuspendGesture | Suspends gesture. | |
TOCVisible | Indicates if the TOC is visible. |
CoClasses that implement IGMxApplication
CoClasses and Classes | Description |
---|---|
Application | ESRI ArcGlobe Application. |