Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IGlobeDocument - The IGlobeDocument interface provides properties and methods for reading globe document files (*.3dd) and writing and saving changes to globe document files (*.3dd). However, since it is not tied to the ArcGlobe application, application-specific functionality in the GlobeDocument will not be persisted.
Members
Description | ||
---|---|---|
![]() |
Close | Close the globe document. |
![]() |
DocumentFilename | The globe document filename that the GlobeDocument coclass is linked to. |
![]() |
DocumentType | The type of globe document currently loaded in the object. |
![]() |
DocumentVersion | Indicates if the version of the globe document is compatible with the current version of software. |
![]() |
GetVersionInfo | Retrieve the detailed version information of the globe document. |
![]() |
GlobeObject | The Globe object. |
![]() |
IsGlobeDocument | Indicates if the globe document is a valid globe document. |
![]() |
IsPasswordProtected | Indicates if the globe document is protected by a passsword. |
![]() |
IsPresent | Indicates if the globe document is present. |
![]() |
IsReadOnly | Indicates if the globe document is read only. |
![]() |
IsRestricted | Indicates if the use of the globe document is restricted to certain applications. |
![]() |
Layer | The Layer object at the specified index. |
![]() |
LayerCount | The number of Layer objects contained within the globe document. |
![]() |
New | Creates and opens a new globe document in preparation for the contents to be retrieve or updated. |
![]() |
Open | Open the globe document in preparation for the contents to be retrieved or updated. |
![]() |
Save | Save the contents of the globe document to the bound file. |
![]() |
SaveAs | Save the contents of the globe document to the specified file name. |
![]() |
Thumbnail | The thumbnail stored in the globe document. If this is empty E_FAIL is returned. |
![]() |
UsesRelativePaths | Indicates if the data in the globe document is referenced using relative paths. |
CoClasses that implement IGlobeDocument
CoClasses and Classes | Description |
---|---|
GlobeDocument (esriGlobeCore) | The GlobeDocument coclass is used to read and write globe document files. |