ArcObjects Library Reference (PublisherControls)  

IARGlobeControlDefault Interface

Provides access to members on the control.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

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
Method AboutBox Displays a dialog of information about the control.
Read/write property Appearance The appearance of the control.
Read/write property ARConfiguration The ARConfiguration used by the control.
Read-only property ARGlobe The ARGlobe container for the display of globe data.
Read-only property ARGlobeWindowVisible Indicates if the specified control window is visible.
Read-only property ARUnitConverter The ARUnitConverter contained by the control.
Read/write property BorderStyle The border style of the control.
Method CheckDocument Checks the document filename to determine if its a valid Published Map File (*.PMF), published with permission to load into the control.
Method CopyViewToClipboard Copies the current map or page layout view to the clipboard.
Read/write property CurrentARGlobeTool Current active tool for the control.
Read-only property CurrentGlobeViewType The type of current globe view.
Read/write property CustomProperty A property to associate data with a control.
Read-only property DocumentComment A comment about the currently loaded Published Map File (*.PMF).
Read/write property DocumentFilename The file name of the currently loaded Published Map File (*.PMF).
Read/write property Enabled Indicates whether the control can respond to user generated events.
Read/write property EnableFileDrop Indicates whether Published Map Files can be dropped onto the control.
Method ExportView Exports the current view to a file.
Read-only property HasCustomARConfiguration Indicates whether the current PMF is using settings stored in the PMF.
Method HasDocumentPermission Indicates if the currently loaded Published Map File (*.PMF) was published with the specified permission.
Read-only property hWnd Handle to the window associated with the control.
Method LoadDocument Loads the Published Map File (*.PMF) into the control.
Read/write property MousePointer The mouse cursor displayed over the GlobeControl.
Read-only property Object A property that returns the underlying Control.
Method PrintView Send the current map or page layout view to the printer.
Method Refresh Redraws the globe display area.
Method ReloadDocument Reloads the currently loaded Published Map File (*.PMF) back into the control.
Read-only property SelectedARLayer The selected ARLayer in the TOC.
Method ShowARGlobeWindow Shows or hides the specified control window.
Read/write property ShowGlobeTips Indicates the type of tooltips shown on the Globe.
Read/write property SwipeLayer The swipe layer used by the control.
Read/write property TOCVisible Indicates if the Table of Contents (TOC) is visible.
Read/write property TOCWidth The width of the Table of Contents (TOC) in pixels.
Method UnloadDocument Unloads the currently loaded Published Map File (*.PMF) from the control.
Read-only property ViewHeight The height of the Globe View in pixels.
Read-only property ViewLeft The number of pixels between the top of the control and the top of the Globe View.
Read-only property ViewTop The number of pixels between the left edge of the control and the left side of the Globe View.
Read-only property ViewWidth The width of the Globe View in pixels.
Read-only property ViewWindow Handle to the view window associated with the control.

CoClasses that implement IARGlobeControlDefault

CoClasses and Classes Description
ArcReaderGlobeControl Esri ArcReaderGlobeControl