Provides access to members on the control.
Product Availability
Description
The IARGlobeControlDefault interface is the default dispatch interface that most development environments will automatically expose. For example, placing the ArcReaderGlobeControl in a container will typically generate an object called ArcReaderGlobeControl1. The properties and methods available directly on this object correspond to this interface, together with container specific properties and methods.
The IARGlobeControlDefault interface is a 'pure' dispatch interface, so can be extended with new properties and methods at future releases of ArcGIS. The methods and properteis are identical to the highest numbered main interface on the ArcReaderGlobeControl. For example, IARGlobeControlDefault is equivalent to IARGlobeControl, but at future releases this could become IARGlobeControl2. By using the IARGlobeControlDefault interface you are guaranteed to always have access to the latest ArcReaderGlobeControl.
There is a small performance overhead in making calls through to a pure dispatch interface, but to avoild this you can QI to a specific interface. In some development environments it is not possible to QI directly on the control to other COM interfaces, because the control is contained within a wrapper object. Use the Object property to get the real control before performing the QI.
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 IARGlobeControlDefault
CoClasses and Classes | Description |
---|---|
ArcReaderGlobeControl | ESRI ArcReaderGlobeControl |