Provides access to members on the control.
Product Availability
Available with ArcGIS Desktop. Requires Publisher Extension.
Description
The IARGlobeControl interface is a starting point for any tasks related to the ArcReaderGlobeControl. The interface is used to manipulate the ArcReaderGlobeControl object in a number of ways:
- checking and loading Published Map File (PMF) documents (*.pmf) into the ArcReaderGlobeControl.
- setting one of the built in tools to be the current tool used to interact with the ArcReaderGlobeControl, for example, the Identify tool.
- showing and hiding the built in windows contained within the ArcReaderGlobeControl, for example the Animation Window.
Members
Description | ||
---|---|---|
![]() |
AboutBox | Displays a dialog of information about the control. |
![]() |
Appearance | The appearance of the control. |
![]() |
ARConfiguration | The ARConfiguration used by the control. |
![]() |
ARGlobe | The ARGlobe container for the display of globe data. |
![]() |
ARGlobeWindowVisible | Indicates if the specified control window is visible. |
![]() |
ARUnitConverter | The ARUnitConverter contained by the control. |
![]() |
BorderStyle | The border style of the control. |
![]() |
CheckDocument | Checks the document filename to determine if its a valid Published Map File (*.PMF), published with permission to load into the control. |
![]() |
CopyViewToClipboard | Copies the current map or page layout view to the clipboard. |
![]() |
CurrentARGlobeTool | Current active tool for the control. |
![]() |
CurrentGlobeViewType | The type of current globe view. |
![]() |
CustomProperty | A property to associate data with a control. |
![]() |
DocumentComment | A comment about the currently loaded Published Map File (*.PMF). |
![]() |
DocumentFilename | The file name of the currently loaded Published Map File (*.PMF). |
![]() |
Enabled | Indicates whether the control can respond to user generated events. |
![]() |
EnableFileDrop | Indicates whether Published Map Files can be dropped onto the control. |
![]() |
ExportView | Exports the current view to a file. |
![]() |
HasCustomARConfiguration | Indicates whether the current PMF is using settings stored in the PMF. |
![]() |
HasDocumentPermission | Indicates if the currently loaded Published Map File (*.PMF) was published with the specified permission. |
![]() |
hWnd | Handle to the window associated with the control. |
![]() |
LoadDocument | Loads the Published Map File (*.PMF) into the control. |
![]() |
MousePointer | The mouse cursor displayed over the GlobeControl. |
![]() |
Object | A property that returns the underlying Control. |
![]() |
PrintView | Send the current map or page layout view to the printer. |
![]() |
Refresh | Redraws the globe display area. |
![]() |
ReloadDocument | Reloads the currently loaded Published Map File (*.PMF) back into the control. |
![]() |
SelectedARLayer | The selected ARLayer in the TOC. |
![]() |
ShowARGlobeWindow | Shows or hides the specified control window. |
![]() |
ShowGlobeTips | Indicates the type of tooltips shown on the Globe. |
![]() |
SwipeLayer | The swipe layer used by the control. |
![]() |
TOCVisible | Indicates if the Table of Contents (TOC) is visible. |
![]() |
TOCWidth | The width of the Table of Contents (TOC) in pixels. |
![]() |
UnloadDocument | Unloads the currently loaded Published Map File (*.PMF) from the control. |
![]() |
ViewHeight | The height of the Globe View in pixels. |
![]() |
ViewLeft | The number of pixels between the top of the control and the top of the Globe View. |
![]() |
ViewTop | The number of pixels between the left edge of the control and the left side of the Globe View. |
![]() |
ViewWidth | The width of the Globe View in pixels. |
![]() |
ViewWindow | Handle to the view window associated with the control. |
CoClasses that implement IARGlobeControl
CoClasses and Classes | Description |
---|---|
ArcReaderGlobeControl | ESRI ArcReaderGlobeControl |