This document is archived and information here might be outdated. Recommended version. |
Esri ArcReaderGlobeControl
The ArcReaderGlobeControl displays the 'globe' view and Table of Contents of the ArcReader desktop application. It provides all of the functionality in the ArcReader desktop application except for a toolbar and status bar.
The ArcReaderGlobeControl CoClass provides properties, methods and events for managing the general appearance of the control, checking and loading Published Map Files and checking document permissions. The IARGlobeControl::ShowARGlobeWindow method can be used to display the built in Identify, Printer and Animation windows and the IARGlobeControl::CurrentARGlobeTool property can be used to set the current tool to one of the built in navigation, identify or hyperlink tools.
To perform a spatial or attribute search on a ARGlobe or ARLayer use the ArcReaderSearchDef object in conjunction the SearchARFeatures or QueryARFeatures methods on the IARGlobe or IARLayer interfaces.
The ArcReaderConfiguration object can be used to customize the appearance and behavior of the ArcReaderGlobeControl and its built in windows.
Interfaces | Description |
---|---|
IARGlobeControl | Provides access to members on the control. |
IARGlobeControlEvents | Provides access to events that occur with interaction to the control. |