ArcGlobe commands


The information in this topic is useful if you're trying to programmatically find a built-in command, menu, or toolbar. The ICommandBars.Find and ICommandBar.Find methods can be used to get a reference to a specific toolbar, menu, or command. Both of these methods require the unique identifier (UID) of the object you're trying to find.

This table contains the following information:

  • Caption, name, and globally unique identifier (GUID) of the built-in toolbars in ArcGlobe.
  • Caption, name, GUID, and parent of the built-in menus in ArcGlobe.
  • Caption, name, command category (category in the Customize dialog box), GUID, SubType, parent, and description of the built-in commands that appear on the toolbars and menus in ArcGlobe.
TypeCaptionNameCommand CategoryGUID (CLSID / ProgID)Sub TypeParentDescription
ToolbarMain menuGMx_MenuBarnone{B461CDF0-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxMenuBar
nonenonenone
MenuFileGMx_FileMenunone{B461CDF1-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenu
noneGMx_MenuBarnone
CommandNewFile_NewFile{B461CE05-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenuItem
1GMx_FileMenuCreate a new globe document.
CommandOpenFile_OpenFile{B461CE05-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenuItem
2GMx_FileMenuOpen an existing globe document.
CommandSaveFile_SaveFile{B461CE05-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenuItem
3GMx_FileMenuSave the current globe document.
CommandSave AsFile_SaveAsFile{B461CE05-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenuItem
4GMx_FileMenuSave the current globe document with a new name.
CommandSave A CopyFile_Save_A_CopyFile{B461CE05-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenuItem
8GMx_FileMenuSave a copy of the current globe document with the option of saving to a previous version.
MenuShare AsShareAs_Menunone{C92DC6EE-32B0-444A-8E50-40F783CAFF28}
esriArcGlobe.GMxShareAsMenu
noneGMx_FileMenunone
CommandServiceTools_CreateGlobeServiceTools{C3BF903D-BDA0-4695-9D70-409B820845BD}
esriArcMapUI.CreateGlobeServiceCommand
noneShareAs_MenuPublish this map as a service on the web using either ArcGIS Server or ArcGIS Online. This command is disabled if you are currently in Layout view.
MenuAdd DataAddData_Menunone{615DF9AE-A7CC-4F82-AEE8-1BEEC77AEB79}
esriArcGlobe.GMxAddDataMenu
noneGMx_FileMenunone
CommandAdd DataFile_AddDataFile{B461CE07-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxAddDataCommand
noneAddData_MenuAdd new data to the globe.
CommandAdd BasemapESRI_BaseMap_BasemapCommandArcGIS Online{76B26001-63CF-4CAC-A7E0-91CEE8686FAC}
BaseMap.BaseMapCommand
noneAddData_MenuChoose a basemap from ArcGIS Online. These basemaps are map services that require an Internet connection for them to draw in your map.
CommandAdd Data From ArcGIS OnlineESRI_MapCenter_MapCenterButtonArcGIS Online{DD82F2F1-B277-513D-5788-F89E518B126C}
BaseMap.BaseMapCommand
noneAddData_MenuAdd data from ArcGIS Online into your map. The dialog that appears only shows data which can be added into your map as a layer. Sign in to ArcGIS Online to see data you've uploaded and data in groups you belong to.
CommandAdd XY DataTools_AddXYDataTools{55425B75-2CE4-4909-B40A-CFE50FAD1896}
BaseMap.BaseMapCommand
noneAddData_MenuAdds a new map layer based on XY events from a table.
Command{ Sign in }{ File_AGOLSignin }none{C74C0031-9224-4EBB-9CA8-4D1D51986955}
esriArcGlobe.GMxFileMenuItem
noneGMx_FileMenunone
CommandArcGIS OnlineESRI_MapCenter_MapCenterManageButtonArcGIS Online{47519610-33B8-8518-FB39-2A9A6CB4079A}
esriArcGlobe.GMxFileMenuItem
noneGMx_FileMenuLaunch the ArcGIS Online dialog so you can access data and open maps. Sign in to ArcGIS Online to see data and maps you've uploaded, as well as data and maps in groups you belong to
CommandPrintFile_PrintFile{B461CE0D-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenuItem
noneGMx_FileMenuPrint the current globe document.
CommandExport GlobeFile_PropertiesFile{B461CE05-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenuItem
7GMx_FileMenuExport Globe to 2D graphics file.
CommandGlobe Document PropertiesFile_PropertiesFile{B461CE05-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenuItem
6GMx_FileMenuDisplay the properties of this globe document, such as description, author, credits, and specify whether its data sources will be referenced by relative pathnames.
Command{ Recent files }{ File_RecentFiles }none{B461CE16-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenuItem
noneGMx_FileMenunone
CommandExitFile_ExitFile{B461CE05-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileMenuItem
5GMx_FileMenuExit the application.
MenuEditGMx_EditMenunone{B461CDF2-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditMenu
noneGMx_MenuBarnone
CommandUndoEdit_UndoEdit{FBF8C3FB-0480-11D2-8D21-080009EE4E51}
esriArcGlobe.GMxEditMenu
1GMx_EditMenuUndo the last action.
CommandRedoEdit_RedoEdit{FBF8C3FB-0480-11D2-8D21-080009EE4E51}
esriArcGlobe.GMxEditMenu
2GMx_EditMenuRedo the previously undone action.
CommandCutEdit_CutEdit{B461CE06-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditMenu
1GMx_EditMenuCut the selected element(s).
CommandCopyEdit_CopyEdit{B461CE06-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditMenu
2GMx_EditMenuCopy the selected element(s).
CommandPasteEdit_PasteEdit{B461CE06-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditMenu
3GMx_EditMenuPaste the clipboard contents into your globe.
CommandDeleteEdit_DeleteEdit{B461CE06-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditMenu
4GMx_EditMenuDelete the selected element(s).
CommandCopy Globe To ClipboardEdit_CopyGlobeEdit{B461CE15-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditMenu
noneGMx_EditMenuCopy the current display to the clipboard as an image that you can paste into another application.
CommandSelect All GraphicsEdit_SelectAllEdit{B461CE06-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditMenu
5GMx_EditMenuSelect all graphics.
CommandUnselect All GraphicsEdit_UnselectAllEdit{B461CE06-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditMenu
6GMx_EditMenuClear graphic selection.
CommandZoom To Selected GraphicsEdit_ZoomToSelectedEdit{B461CE06-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditMenu
7GMx_EditMenuZoom to selected graphics.
MenuViewGMx_ViewMenunone{B461CDF3-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxViewMenu
noneGMx_MenuBarnone
CommandView SettingsView_ViewSettingsView{B461CDF4-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxViewMenu
noneGMx_ViewMenuSpecify your current view of the globe, such as observer and target positions, viewing characteristics , roll angle and pitch.
MenuGraphsDataGraphOptions_Menunone{4C6E6A2B-DD8A-11D3-A661-0008C7DF88DB}
esriArcMapUI.DataGraphOptionsMenu
noneGMx_ViewMenunone
CommandCreate GraphDataGraph_CreateDataGraph{4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB}
esriArcMapUI.DataGraphOptionsMenu
1DataGraphOptions_MenuCreate a new graph. The dialog that appears lets you choose the layer or table containing the data you want to graph. After creating a graph, right-click inside the window it appears in to get more options, such as adding it to the map layout or saving it to a file.
CommandCreate Scatterplot Matrix GraphDataGraph_CreateScatterplotMatrixDataGraph{4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB}
esriArcMapUI.DataGraphOptionsMenu
4DataGraphOptions_MenuCreate a new scatterplot matrix graph. A scatterplot matrix graph is a data exploration tool that allows you to compare several datasets to look for patterns and relationships.
CommandManage GraphsDataGraph_ManageDataGraph{4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB}
esriArcMapUI.DataGraphOptionsMenu
2DataGraphOptions_MenuOpen the Graph Manager window. This dockable window makes it easy to work with your graphs. In the window you can right-click a graph to get more options.
CommandLoad GraphDataGraph_LoadDataGraph{4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB}
esriArcMapUI.DataGraphOptionsMenu
3DataGraphOptions_MenuLoad graph that has been previously saved out as a graph file (.grf).
Command{ Graphs }{ Tools_DataGraphMenu }none{809868AF-DF2A-11D3-A664-0008C7DF88DB}
esriArcMapUI.DataGraphOptionsMenu
noneDataGraphOptions_Menunone
CommandFull ScreenView_FullScreenView{A23B88E9-129A-46BF-8912-402E5218F54C}
esriArcGlobe.GMxViewMenu
noneGMx_ViewMenuSet display window to full screen mode.
CommandStatus BarView_GMxStatusBarView{B461CDF5-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxViewMenu
noneGMx_ViewMenuToggle the status bar at the bottom of the ArcGlobe window on or off.
CommandGlobe PropertiesGlobe_GlobePropertiesGlobe{B461CE30-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxViewMenu
1GMx_ViewMenuChange the properties of the globe, such as background color and sun position.
MenuBookmarksBookMarks_Menunone{B461CE37-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxBookmarksMenu
noneGMx_MenuBarnone
CommandCreate BookmarkView_CreateBookmarkView{720E21DF-2199-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxBookmarksMenu
noneBookMarks_MenuCreate a spatial bookmark.
CommandManage BookmarksView_ManageBookmarksView{720E21E0-2199-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxBookmarksMenu
noneBookMarks_MenuManage spatial bookmarks.
Command{ Bookmarks }{ Tools_BookMarkMenu }none{B461CE36-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxBookmarksMenu
noneBookMarks_Menunone
MenuSelectionSelection_Menunone{98819836-6A9B-4F59-A44D-A50296A185A5}
esriArcGlobe.GMxSelectionMenu
noneGMx_MenuBarnone
CommandSelect By AttributesSelection_AttributeSelectSelection{D4DCC23F-664D-4860-A82B-619A10295563}
esriArcGlobe.GMxSelectionMenu
noneSelection_MenuSelect features by their attribute values.
CommandSelect By LocationSelection_SelectByLayerSelection{73DE2744-4F47-46CE-A94D-F25C905F2F84}
esriArcGlobe.GMxSelectionMenu
noneSelection_MenuSelect features using the location of features in another layer.
CommandZoom To Selected FeaturesQuery_ZoomToSelectedSelection{B461CE38-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxSelectionMenu
noneSelection_MenuZoom to the selected features in all layers.
CommandStatisticsSelection_SelectionStatisticsSelection{00D18E65-A317-4679-8761-BFB2CF81F2ED}
esriArcGlobe.GMxSelectionMenu
noneSelection_MenuDisplay statistics for the selected features.
CommandSet Selectable LayersQuery_SelectableLayersSelection{06C532B2-051E-43C3-A3B7-4C9DE569373A}
esriArcGlobe.GMxSelectionMenu
noneSelection_MenuChoose which layers the interactive selection tools, like the Select Features tool, will select features from.
CommandClear Selected FeaturesSelection_ClearSelectionSelection{AF988F5C-A789-4EE3-A6BB-3EA4A3637760}
esriArcGlobe.GMxSelectionMenu
noneSelection_MenuUnselect the currently selected features in all layers.
MenuInteractive Selection MethodSelectionType_Menunone{E8790438-D28B-4646-9958-F206DF2D2AE4}
esriArcGlobe.GMxSelectionTypeMenu
noneSelection_Menunone
CommandCreate New SelectionSelection_SelectFeaturesSelection{80DA3FB9-F099-45D2-9ACF-02F656AD2AB9}
esriArcGlobe.GMxSelectionTypeMenu
1SelectionType_MenuCreate a new selection.
CommandAdd to Current SelectionSelection_AddToCurrentSelectionSelection{80DA3FB9-F099-45D2-9ACF-02F656AD2AB9}
esriArcGlobe.GMxSelectionTypeMenu
2SelectionType_MenuAdd to the current selection.
CommandRemove From Current SelectionSelection_RemoveFromCurrentSelectionSelection{80DA3FB9-F099-45D2-9ACF-02F656AD2AB9}
esriArcGlobe.GMxSelectionTypeMenu
3SelectionType_MenuRemove from the current selection.
CommandSelect From Current SelectionSelection_SelectFromCurrentSelectionSelection{80DA3FB9-F099-45D2-9ACF-02F656AD2AB9}
esriArcGlobe.GMxSelectionTypeMenu
4SelectionType_MenuSelect from the current selection.
CommandSelection OptionsSelection_SelectionOptionsSelection{887C51BD-D559-41E2-AD09-9B92CFF4EB6A}
esriArcGlobe.GMxSelectionMenu
noneSelection_MenuChoose selection options such as highlight color.
MenuGeoprocessingGeoprocessing_Menunone{F830D42D-806D-4A30-B560-67469B9FF3AB}
esriGeoprocessingUI.GeoprocessingMenu
noneGMx_MenuBarnone
CommandBufferAnalysis Tools_BufferAnalysis Tools{80F581B8-FF06-44EE-B6C5-4AC6E5727AC6}
esriGeoprocessingUI.GeoprocessingMenu
84Geoprocessing_MenuGeoprocessing tool that creates buffer polygons around input features to a specified distance.
CommandClipAnalysis Tools_ClipAnalysis Tools{80F581B8-FF06-44EE-B6C5-4AC6E5727AC6}
esriGeoprocessingUI.GeoprocessingMenu
85Geoprocessing_MenuGeoprocessing tool that extracts input features that overlay the clip features.
CommandIntersectAnalysis Tools_IntersectAnalysis Tools{80F581B8-FF06-44EE-B6C5-4AC6E5727AC6}
esriGeoprocessingUI.GeoprocessingMenu
88Geoprocessing_MenuGeoprocessing tool computes a geometric intersection of the input features. Features or portions of features which overlap in all layers and/or feature classes will be written to the output feature class.
CommandUnionAnalysis Tools_UnionAnalysis Tools{80F581B8-FF06-44EE-B6C5-4AC6E5727AC6}
esriGeoprocessingUI.GeoprocessingMenu
90Geoprocessing_MenuGeoprocessing tool computes a geometric union of the input features.
CommandMergeData Management Tools_MergeData Management Tools{80F581B8-FF06-44EE-B6C5-4AC6E5727AC6}
esriGeoprocessingUI.GeoprocessingMenu
262Geoprocessing_MenuGeoprocessing tool that combines multiple input datasets of the same data type into a single, new output dataset.
CommandDissolveData Management Tools_DissolveData Management Tools{80F581B8-FF06-44EE-B6C5-4AC6E5727AC6}
esriGeoprocessingUI.GeoprocessingMenu
168Geoprocessing_MenuGeoprocessing tool used to aggregate features based on specified attributes.
CommandSearch For ToolsGP Search WindowGeoprocessing{A395E075-78EE-4D01-847C-773667634BF6}
esriGeoprocessingUI.GeoprocessingMenu
noneGeoprocessing_MenuOpen the Search window so you can search for geoprocessing tools.
CommandArcToolboxArcToolbox_ShowToolboxArcToolbox{85980C3A-652A-47ED-8CD2-1B99DD060AAB}
esriGeoprocessingUI.GeoprocessingMenu
noneGeoprocessing_MenuOpen the ArcToolbox window so you can access geoprocessing tools and toolboxes.
CommandEnvironmentsGP Environments WindowGeoprocessing{67EFF682-3AAB-4301-B7F6-46A4178FC923}
esriGeoprocessingUI.GeoprocessingMenu
noneGeoprocessing_MenuOpen the Geoprocessing Environments Dialog
CommandResultsGP Search WindowGeoprocessing{9899A86C-A077-4DF4-A178-77B64AE50690}
esriGeoprocessingUI.GeoprocessingMenu
noneGeoprocessing_MenuOpen the Results window so you can track and review the geoprocessing steps you have performed. In this window you can also share your geoprocessing results with others as packages or services.
CommandModelBuilderArcToolbox_ShowModelBuilderArcToolbox{F6F97AA5-40F2-4C96-8A52-09CF68B30C06}
esriGeoprocessingUI.GeoprocessingMenu
noneGeoprocessing_MenuOpen the ModelBuilder window so you can make a geoprocessing model.
CommandPythonArcToolbox_ShowCommandLineArcToolbox{1A7E7146-BDFB-4755-93DE-100171382BFF}
esriGeoprocessingUI.GeoprocessingMenu
noneGeoprocessing_MenuOpen the Python window so you can execute geoprocessing commands and scripts.
CommandGeoprocessing OptionsGP Options WindowGeoprocessing{9B927F22-E7A1-4E46-90FD-151569D0E9D2}
esriGeoprocessingUI.GeoprocessingMenu
noneGeoprocessing_MenuOpen the Geoprocessing Options Dialog
MenuCustomizeGMx_CustomizeMenunone{46A97BFF-2F30-4CAD-8FC9-E35125E45D2D}
esriArcGlobe.GMxCustomizeMenu
noneGMx_MenuBarnone
MenuToolbarsnone{10BAA9F9-1C2F-11D2-94B6-080009EEBECB}
esriFramework.ToolbarContextMenu
noneGMx_CustomizeMenunone
Command{ }{ }none{2AE639DD-1C2F-11D2-94B6-080009EEBECB}
esriFramework.ToolbarContextMenu
nonenone
CommandCustomize ModeUntitledTools{8807BD31-6947-11D2-8D4C-080009EE4E51}
esriFramework.ToolbarContextMenu
noneCustomize the user interface. While the Customize dialog is open, you can drag and drop controls between menus and toolbars to rearrange them. You can also find commands in the Customize dialog and drag them into menus and toolbars.
CommandView SourceUntitlednone{1B2D63B1-12A9-11D2-AA21-000000000000}
esriFramework.ToolbarContextMenu
9Displays the VBA source code for the selected control
CommandExtensionsExtensionsCommandTools{F647BE13-ECCF-4D32-8B04-72CB28CEAE7C}
esriArcGlobe.GMxCustomizeMenu
noneGMx_CustomizeMenuSelect the ArcGIS Desktop extensions you want to use. Extensions provide extended capabilities and usually require that you have a license to use them. The dialog lists the extensions that are currently installed on your system and which work with the application you are currently using.
CommandAdd-In ManagerAddInManagerTools{EC9C5C3E-A5B5-4EE5-A7C0-D029044F89C4}
esriArcGlobe.GMxCustomizeMenu
noneGMx_CustomizeMenuReview and manage the ArcGIS Desktop add-ins currently installed on your system. Add-ins make it easy to develop, distribute and use additional functionality. To install an add-in, choose Customize > Customize Mode, click Add From File, then drag and drop the commands from the add-in into your menus or toolbars.
MenuVBA MacrosGMx_MacrosMenunone{B461CDFB-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxMacrosMenu
noneGMx_CustomizeMenunone
CommandMacrosTools_MacrosTools{B461CDFC-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxMacrosMenu
noneGMx_MacrosMenuCreate, edit or execute a Visual Basic macro.
CommandVisual Basic EditorTools_VisualBasicEditorTools{B461CDFD-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxMacrosMenu
noneGMx_MacrosMenuDisplay the Visual Basic editor so you can edit the source code for macros.
CommandCustomize ModeUntitledTools{8807BD31-6947-11D2-8D4C-080009EE4E51}
esriArcGlobe.GMxCustomizeMenu
noneGMx_CustomizeMenuCustomize the user interface. While the Customize dialog is open, you can drag and drop controls between menus and toolbars to rearrange them. You can also find commands in the Customize dialog and drag them into menus and toolbars.
CommandStyle ManagerTools_StyleManagerTools{C155DC40-B7EA-4E8C-A8F7-79D57A8C6113}
esriArcGlobe.GMxCustomizeMenu
2GMx_CustomizeMenuBrowse and manage the contents of styles.
CommandArcGlobe OptionsTools_OptionsTools{B461CDF7-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxCustomizeMenu
noneGMx_CustomizeMenuModify ArcGlobe settings.
MenuWindowsWindow_Menunone{B461CE17-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxWindowMenu
noneGMx_MenuBarnone
CommandAdd ViewerWindow_SubViewWindow{B461CE09-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxWindowMenu
noneWindow_MenuAdd a secondary viewer to the globe so you can look at the same data from different directions. Tools that operate in the main viewer also work in secondary viewers.
CommandViewer ManagerWindow_WindowsWindow{B461CE19-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxWindowMenu
1Window_MenuShow all sub viewers.
CommandTable Of ContentsTools_SceneTreeViewView{B461CE08-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxWindowMenu
noneWindow_MenuOpen the Table Of Contents window so you can work with your globe's contents.
CommandCatalogFile_CatalogWindowFile{79D6A9E5-C3C3-4F47-9E7F-4ABE329EAA67}
esriArcGlobe.GMxWindowMenu
noneWindow_MenuOpen the Catalog window to access and manage your data.
CommandSearchFile_ArcGISSearchCommandFile{3E206C92-5576-46F2-9C96-209B81D229C2}
esriArcGlobe.GMxWindowMenu
noneWindow_MenuOpen the Search window to search for data, maps, tools, etc.
MenuHelpGMx_HelpMenunone{B461CDF8-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxHelpMenu
noneGMx_MenuBarnone
CommandArcGIS Desktop HelpHelp_ContentsHelp{B461CDF9-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxHelpMenu
noneGMx_HelpMenuLaunch the help system for ArcGIS Desktop. This help system is installed with the product and doesn't require an Internet connection.
CommandArcGIS Resource CenterHelp_ArcGISResourceCenterHelp{4B6B8DA1-19B0-4289-AF9D-16FB23647D5D}
esriArcGlobe.GMxHelpMenu
7GMx_HelpMenuLaunch the ArcGIS Resource Center website on the Internet. This website features online help, blogs, forums and other useful resources about ArcGIS.
CommandAbout ArcGlobeHelp_AboutHelp{B461CDFA-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxHelpMenu
noneGMx_HelpMenuGet version, build, and other information about this application.
Toolbar3D Editor3DEditor_3DEditorToolbarnone{96C65A87-25EF-4021-B905-5616FAD6F92A}
esri3DAnalystUI.Editor3DToolBar
nonenonenone
Menu3D Editor3DEditor_3DEditorMenunone{458A61DD-611A-4339-BE87-BA7E8F82A861}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorToolbarnone
CommandStart EditingEditor_StartEditingEditor{59D2AFD0-9EA2-11D1-9165-0080C718DF97}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuStart an edit session so you can edit features or attributes.
CommandStop EditingEditor_StopEditingEditor{59D2AFD1-9EA2-11D1-9165-0080C718DF97}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuStop the edit session. If you have any unsaved edits, you are prompted to save them.
CommandSave EditsEditor_SaveEditsEditor{59D2AFD2-9EA2-11D1-9165-0080C718DF97}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuSave all edits made since the last save. After saving, you cannot undo previous editing operations.
CommandMove3DEditor_MoveEditor{D1684EF0-4A06-4551-BFAE-CAB3421EF482}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuMove the selected features by typing a precise offset distance.Shortcut: Press M after selecting the feature to open the coordinate box. You can interactively drag selected features in x, y using the Edit Placement tool by holding the left mouse button. (Left mouse button + SHIFT to drag in z only).
CommandRotate3DEditor_RotateEditor{37E3D6FD-BAF3-454D-8A91-34C349DA3815}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuRotate the selected features by an angular measurement.Shortcut: Press R after selecting the feature to open the Direction box. To interactively rotate, use the Edit Placement tool and click and hold the middle mouse button to rotate the selected feature.
CommandScale3DEditor_ScaleEditor{47485AFF-A44E-4314-9BE6-B28AF856BB0E}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuResize the selected features.Shortcut: Press C after selecting the feature to open the Scale box. To interactively scale, use the Edit Placement tool + SHIFT + right-click and drag to scale directly in the 3D view.
CommandSplitEditor_SplitCommandEditor{8F85D79C-2A81-11D3-9F37-00C04F6BC979}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuSplit a selected line feature using a specified distance value, a percentage of total length, or a measure value from either the start or end point of the feature.
CommandCopy ParallelEditor_CopyParallelEditor{26032FF0-0F84-11D2-84A6-0000F875B9C6}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuCreate new line features at an offset from selected lines.
CommandMergeEditor_MergeEditor{DB56FE71-F74D-11D1-849A-0000F875B9C6}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuMerge two or more selected features from the same layer into one feature.
CommandUnionEditor_UnionEditor{DB56FE73-F74D-11D1-849A-0000F875B9C6}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuCreate a new feature from two or more selected features of the same shape type.
CommandIntersectEditor_IntersectionEditor{DB56FE72-F74D-11D1-849A-0000F875B9C6}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuCreate a new feature from the common parts of any two selected features of the same shape type.
CommandDuplicate Vertical3DEditor_DuplicateFeaturesEditor{636D1F4C-1AF4-4CA1-88E7-ABCF2F73F893}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuDuplicate the selected features in z by typing a specified offset. Positive values place the copy above the source features, and negative values are below.
CommandReplace With Model3DEditor_ReplaceModelEditor{DAC65641-FFD7-4706-A9F2-D0568B9990A9}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuReplace the selected multipatch features with a new 3D model.
MenuSnapping3DEditor_Snapping3DMenunone{707703EC-57F8-460C-9513-4FF7E0B8FBC5}
esri3DAnalystUI.EditorSnapping3DMenu
none3DEditor_3DEditorMenunone
Command{ Snapping }{ 3DEditor_SnappingMenuItem }none{9BAAA1C2-A86A-4754-A4AE-E9F36516D3E4}
esri3DAnalystUI.EditorSnapping3DMenu
none3DEditor_Snapping3DMenunone
CommandOptions3DEditor_PropertiesEditor{761F303A-F141-4695-89E0-53F26876DA2F}
esri3DAnalystUI.Editor3DMenu
none3DEditor_3DEditorMenuOpen the Editing Options dialog box so you can specify various options related to editing.
CommandEdit Placement3DEditor_EditToolEditor{539B890B-9265-4558-B3C4-FFC94CEA636D}
esri3DAnalystUI.Edit3DTool
none3DEditor_3DEditorToolbarSelect and edit entire features in an edit session. You can select features within the 3D view and interactively move, rotate and scale their geometries.
CommandEdit Vertices3DEditor_FeatureEditVerticesEditor{2561EA46-4022-4DCE-8C57-EC2EC20A89FC}
esri3DAnalystUI.FeatureEditVertices3DCommand
none3DEditor_3DEditorToolbarView and modify the vertices and segments that make up the shape of the selected feature.
CommandCut Polygons3DEditor_CutPolygons3DToolEditor{3DABFC8F-893A-4DB7-8372-D52F25D9CEED}
esri3DAnalystUI.CutPolygons3DTool
none3DEditor_3DEditorToolbarSplit one or more selected polygons based on a line you digitize. Newly created vertices interpolate their z-values from the surrounding vertices defined in the feature.
CommandSplit3DEditor_Split3DToolEditor{1650B942-2608-46C6-A692-ED87F7628B02}
esri3DAnalystUI.Split3DTool
none3DEditor_3DEditorToolbarSplit a selected line feature into two features at a location you click. The two new line features maintain the z-value at the split location.
CommandAttributesEditor_AttributionEditor{44276914-98C1-11D1-8464-0000F875B9C6}
esriEditor.AttributionCommand
none3DEditor_3DEditorToolbarOpen the Attributes window so you can modify the attribute values of selected features in the layers you are editing. You can also edit relationships among features in this window.
CommandSketch PropertiesEditor_SketchPropertiesEditor{50F9A8E5-A820-4D00-8369-E35832141356}
esriEditor.SketchPropertiesCommand
none3DEditor_3DEditorToolbarOpen the Edit Sketch Properties window so you can view and modify the properties of the sketch geometry that makes up a feature. To populate this window, use the Edit tool to double-click a feature.
CommandCreate FeaturesCreateFeatureDockWinCommandAdvanced Edit Tools{B18ED544-C8B1-49F3-9F7A-F83CBE793CDB}
esriEditor.CreateFeatureDockWinCommand
none3DEditor_3DEditorToolbarOpen the Create Features window so you can add new features. Click a feature template to set up the editing environment with those properties, then click a construction tool on the window to digitize features.
Toolbar3D EffectsGMxEffects_ToolBarnone{4100B485-EE96-4D14-B564-25BAA5A50ED9}
esriArcGlobe.GMxEffectsToolBar
nonenonenone
Command3D Effects Layer List Control3DEffects_LayerListControl3D Effects{30BB848D-B01D-4874-9887-3B1AB401436A}
esriArcGlobe.GMxEffectsLayerListControl
noneGMxEffects_ToolBarChoose the layer that 3D effects will be applied to.
CommandContrastGMxEffects_ContrastCommand3D Effects{67053929-2A00-43D9-A2DE-DA7328E4E826}
esriArcGlobe.GMxEffectsContrastCommand
noneGMxEffects_ToolBarAdjust the contrast of the layer.
CommandBrightnessGMxEffects_BrightnessCommand3D Effects{7A5D7A2D-2406-4410-86E9-B827EF6F9BA0}
esriArcGlobe.GMxEffectsBrightnessCommand
noneGMxEffects_ToolBarAdjust the brightness of the layer.
CommandTransparencyGMxEffects_TransparencyCommand3D Effects{3E6A1EE9-29F3-4D84-907C-A1401CC8F916}
esriArcGlobe.GMxEffectsTransparencyCommand
noneGMxEffects_ToolBarChange the transparency of the layer interactively.
CommandChange Face CullingGMxEffects_FaceCullingCommand3D Effects{EFCAC8C8-3503-4524-AA5E-CA47270036A8}
esriArcGlobe.GMxEffectsFaceCullingCommand
noneGMxEffects_ToolBarChange the culling options for the layer to show both sides or hide either the front or back face of a 3D object.
CommandChange Layer LightingGMxEffects_LightingCommand3D Effects{23D888DD-6FBA-40BE-9DD9-9F132CCF23AA}
esriArcGlobe.GMxEffectsLightingCommand
noneGMxEffects_ToolBarToggle on/off the layer lighting.
CommandChange Shading ModeGMxEffects_ShadingCommand3D Effects{EDB044DF-E320-467C-9131-5A418C0141F8}
esriArcGlobe.GMxEffectsShadingCommand
noneGMxEffects_ToolBarSet the shading mode of the layer.
CommandGlobe SwipeControlToolsGlobeInquiry_SwipeGlobe Inquiry{790854A7-33E5-4E35-8DBB-926FCCD83189}
esriControls.ControlsGlobeSwipeTool
noneGMxEffects_ToolBarClick and drag to reveal what is beneath the chosen layer. Shortcut: CTRL + click to swipe the entire display.
CommandFlickerControlToolsGlobeInquiry_FlickerGlobe Inquiry{B90E6188-654F-48A9-903F-9B0E7234E99C}
esriControls.ControlsGlobeFlickerCommand
noneGMxEffects_ToolBarFlicker the chosen layer on/off at the specified rate to reveal the layers beneath it.Disabled in layout view.
CommandFlicker RateControlToolsGeneric_FlickerRateGeneric{9532F137-EECA-4158-8690-1DD93B286B73}
esriControls.ControlsFlickerRateToolControl
noneGMxEffects_ToolBarSpecify the rate of flicker in milliseconds.
ToolbarAnimationAnimation_ToolBarnone{9A00FF78-85FA-47DA-A63B-ABEC2268627F}
esriAnimationUI.AnimationToolBar
nonenonenone
MenuAnimationAnimation_Menunone{9D800203-79C0-4AA5-A5AB-50A42D26816E}
esriAnimationUI.AnimationMenu
noneAnimation_ToolBarnone
CommandClear AnimationAnimation_DeleteAnimation{57BC2C2D-5FE4-4DDF-8518-7E24A41C46F6}
esriAnimationUI.AnimationMenu
noneAnimation_MenuRemove the animation tracks. This cannot be undone.
CommandCreate KeyframeAnimation_CreateKeyframeAnimation{950CC4B4-2865-4477-BC90-B47BEC787B1E}
esriAnimationUI.AnimationMenu
noneAnimation_MenuCreate a new animation keyframe.
CommandCreate Group AnimationAnimation_LayerGroupAnimation{773AB9A8-41D1-48C2-9334-C6610D658696}
esriAnimationUI.AnimationMenu
noneAnimation_MenuCreate a group animation from selected layers.
CommandCreate Time AnimationAnimation_CreateTimeTrackAnimation{EF68A828-5453-4133-8831-47CD216EA8F3}
esriAnimationUI.AnimationMenu
noneAnimation_MenuCreate a time animation track.
CommandCreate Flyby From PathAnimation_CreateFromPathAnimation{7C5325EC-B37F-4E7C-B9A3-740CF8A75F8A}
esriAnimationUI.AnimationMenu
noneAnimation_MenuCreate animation along a linear path defined by a selected line feature or line graphic.Enable by selecting a line feature or graphic.
CommandLoad Animation FileAnimation_OpenAnimation{70E7F641-1589-4D13-9FC2-C341FA8FF4C0}
esriAnimationUI.AnimationMenu
noneAnimation_MenuLoad a saved animation file so that you can play or edit it.
CommandSave Animation FileAnimation_SaveAnimation{C1264170-89B1-48B2-B3AD-D7CF65E23D62}
esriAnimationUI.AnimationMenu
noneAnimation_MenuSave the animation tracks to a file.
CommandExport AnimationAnimation_ExportAnimationAnimation{3B30EABC-B9A8-453C-9D43-E980C726196A}
esriAnimationUI.AnimationMenu
noneAnimation_MenuExport the animation to a video file or as sequential images.
CommandAnimation ManagerAnimation_ManageAnimation{CB9F62CD-1DCC-4AAC-BCB2-57FCCB7D94CB}
esriAnimationUI.AnimationMenu
noneAnimation_MenuOpen the Animation Manager dialog.
CommandCapture ViewAnimation_CaptureViewAnimation{4FCB51A6-22E2-4D1D-95C6-DC49BB27651C}
esriAnimationUI.AnimationCaptureViewCommand
noneAnimation_ToolBarCapture the active view into a flyby animation.
CommandAnimation ControlsAnimation_ControlsAnimation{4DBEE091-195D-4915-9221-062AE949AAA7}
esriAnimationUI.AnimationControlsCommand
noneAnimation_ToolBarOpen animation playing and recording controls.
ToolbarGlobe 3D GraphicsGMxGraphics_Toolbarnone{2E1DF4A9-0ED0-4A5C-9B7D-647600829144}
esriArcGlobe.GMxGraphicsToolBar
nonenonenone
MenuGraphicsGraphics_GlobeGraphicsMenunone{D1EF4FD9-0F57-4082-AD42-79646D15CF9D}
esriArcGlobe.GMxGraphicsMenu
noneGMxGraphics_Toolbarnone
CommandNew Graphics LayerGraphics_NewGraphicsLayerGraphics{D881A710-BA11-4049-86B3-2D3241393177}
esriArcGlobe.GMxGraphicsMenu
noneGraphics_GlobeGraphicsMenuCreate a new graphics layer in which to store text and graphics.
MenuActive Graphics Layer TargetGraphics_ActiveGraphicsLayersMenunone{45B08174-EC7C-4E1D-9590-664297E2E2FC}
esriArcGlobe.GMxActiveGraphicsLayerMenu
noneGraphics_GlobeGraphicsMenunone
Command{ Graphic Layer Targets }{ Graphics_GraphicsLayersListMenu }none{6A7CDE3B-0880-40BE-8CAB-32E63213E711}
esriArcGlobe.GMxActiveGraphicsLayerMenu
noneGraphics_ActiveGraphicsLayersMenunone
CommandDefault Element PropertiesGraphics_DefaultElementPropertiesGraphics{8190AD06-42B6-4711-AD98-352663088AF2}
esriArcGlobe.GMxGraphicsMenu
noneGraphics_GlobeGraphicsMenuSet the default symbols used for new graphics and text drawn with this toolbar.
CommandSelect GraphicsEdit_SelectEdit{F428652A-0156-445E-A2DC-100931B41BF2}
esriArcGlobe.GMxSelectTool
noneGMxGraphics_ToolbarSelect graphics drawn on the globe. Click on a graphic to select it. Hold down SHIFT while you click to select multiple graphics.
CommandMarkerGraphics_NewMarkerElementGraphics{25436DAE-E297-447D-8FFA-B210E505094E}
esriArcGlobe.GMxNewMarkerTool
noneGMxGraphics_ToolbarDraw a marker graphic.
CommandLineGraphics_NewLineElementGraphics{CC4E57C5-61F8-4FFD-889B-FDED93547910}
esriArcGlobe.GMxNewLineTool
noneGMxGraphics_ToolbarDraw a line.
CommandPolygonGraphics_NewPolygonElementGraphics{99846FF1-94ED-4093-AADB-3BE337B25D81}
esriArcGlobe.GMxNewPolygonTool
noneGMxGraphics_ToolbarDraw a polygon.
MenuText toolsGraphics_TextToolsnone{772DB8EF-5605-4D16-A62C-E0780711E625}
esriArcGlobe.GMxTextToolsPalette
noneGMxGraphics_Toolbarnone
CommandTextGraphics_NewTextElementGraphics{1CF2000D-7BDB-445A-AB04-EE297EB8DE5F}
esriArcGlobe.GMxTextToolsPalette
noneGraphics_TextToolsAdd a 2D text graphic.
Command3D TextGraphics_NewText3DElementGraphics{775F4A41-489A-46ED-B070-E5B49C1338BC}
esriArcGlobe.GMxTextToolsPalette
noneGraphics_TextToolsAdd a 3D text graphic.
CommandMarker Properties/ColorMarker_ColorGraphics{0D5B738E-633E-4E14-B4E2-2D0793173135}
esriArcGlobe.GMxMarkerColorToolControl
noneGMxGraphics_ToolbarChange the marker graphic element properties or just the color.
CommandLine Properties/ColorLine_ColorGraphics{C94F6FC4-766A-43B8-97D7-15024A8E08A2}
esriArcGlobe.GMxLineColorToolControl
noneGMxGraphics_ToolbarChange the line graphic element properties or just the color.
CommandPolygon Properties/ColorFill_ColorGraphics{2968566D-65C9-4779-B50B-3ACEC1126051}
esriArcGlobe.GMxFillColorToolControl
noneGMxGraphics_ToolbarChange the polygon graphic element properties or just the color.
CommandText Properties/ColorText3D_ColorGraphics{BC363826-D641-4C47-9133-F4EBE2E23AE3}
esriArcGlobe.GMxText3DColorToolControl
noneGMxGraphics_ToolbarChange the text graphic element properties or just the color.
ToolbarKMLGMx_KmlToolbarnone{F808B50D-7188-45BA-BE43-D2B32729F21E}
esriArcGlobe.GmxKmlToolbar
nonenonenone
CommandAdd KML DataKML_AddKmlDataKML{CCD5A678-E3DD-4071-8110-1964F76BE2CB}
esriArcGlobe.GmxAddKmlCommand
noneGMx_KmlToolbarAdd Keyhole Markup Language (KML) *.kml or *.kmz files into the globe.
CommandAdd KML Network LinkControlsToolsGlobe_KMLNetworkLinkKML{DB93041D-4BB3-4844-BE00-80F843029D5D}
esriControls.ControlsGlobeKMLNetworkLinkCommand
noneGMx_KmlToolbarAdd KML data from the Internet by specifying its URL or server location. This requires you to enter in the connection information, and in some case additional parameters, for connecting to a KML Server source.
CommandKML ContentsKML_ShowKmlDataKML{061161F5-9006-46B6-8F98-0A13FD674029}
esriArcGlobe.GmxShowKmlCommand
noneGMx_KmlToolbarOpen the KML Contents window which shows you the contents of any KML-based layers in this globe. Right-click a KML element in the window for additional options.
ToolbarPublisherPublisher_PublisherGlobeToolbarnone{361E19B5-3D00-4DEE-9005-7327894EC376}
esriPublisherUI.PublishGlobeToolbar
nonenonenone
MenuPublisherPublish_PublishMenunone{4912E7AB-AFD3-4A66-A2AF-F39385D73D43}
esriPublisherUI.PublishMenu
nonePublisher_PublisherGlobeToolbarnone
CommandPublisher Map TitlePublisher_Dynamic TitlePublisher{9AD38AB2-F1BD-4546-940B-B84CD50866DC}
esriPublisherUI.PublishMenu
nonePublish_PublishMenuAdd a title which can be changed when printing/viewing in ArcReader
CommandImport ArcReader MarkupPublisher_Import MarkupPublisher{B497C711-DF2E-4F72-ADB8-0CB7D5D9CB5D}
esriPublisherUI.PublishMenu
nonePublish_PublishMenuImport one or more ArcReader markup files (.pmfinkx files) into ArcMap as markup graphics. If the markup was created in ArcReader in Layout view, you have to be in Layout view in ArcMap in order to import it.
CommandCreate Data PackagePublisher_Data PackagingPublisher{B3791413-3D17-4307-A240-DE44E69C3407}
esriPublisherUI.PublishMenu
nonePublish_PublishMenuCreate a data package for the selected PMF file(s).
CommandMap Contents SummaryPublisher_Data AnalysisPublisher{97AE9120-EA9F-4C18-AD18-8877D0811CCB}
esriPublisherUI.PublishMenu
nonePublish_PublishMenuAnalyze the contents of the the map and report findings
CommandPublish MapPublisher_Publish MapPublisher{CEFED3B7-5F2E-45E2-BC3F-3EDEB4587E69}
esriPublisherUI.PublishMenu
nonePublish_PublishMenuPublish current Map for use with ArcReader
CommandSettingsPublisher_Publish OptionsPublisher{8849FD12-9ABE-441E-8A72-9AAB513AF0C5}
esriPublisherUI.PublishMenu
nonePublish_PublishMenuSpecify settings for how the published map will work in ArcReader
CommandPublish MapPublisher_Publish MapPublisher{CEFED3B7-5F2E-45E2-BC3F-3EDEB4587E69}
esriPublisherUI.PublishPMFCommand
nonePublisher_PublisherGlobeToolbarPublish current Map for use with ArcReader
ToolbarSpinSpin_Toolbarnone{66C3F828-9F88-498F-A94A-AD9AABCE721A}
esriArcGlobe.RotateToolBar
nonenonenone
CommandSpin Viewer and SpeedSpinRotate_SpeedSpin/Rotate{DE53977D-8EA6-490E-A439-318448008DF1}
esriArcGlobe.SpinViewerAndSpeedControls
noneSpin_ToolbarSpecify which viewer the spin commands affect and control the speed of spinning globe.
CommandSpin ClockwiseSpinRotate_SpinClockwiseSpin/Rotate{10DCD688-3734-4FB6-AC80-3ECF86F003AE}
esriArcGlobe.SpinClockwiseCommand
noneSpin_ToolbarSpin globe in a clockwise direction.
CommandSpin Counter ClockwiseSpinRotate_RotateCounterClockwiseSpin/Rotate{8815391A-FAFD-4CEE-B1BC-C593CE6DFFCC}
esriArcGlobe.SpinCounterClockwiseCommand
noneSpin_ToolbarSpin globe in a counter clockwise direction.
CommandStop SpinSpinRotate_RotateStopSpin/Rotate{3544E79E-A901-45DF-A5AB-D7A7EF02BD44}
esriArcGlobe.SpinStopCommand
noneSpin_ToolbarStop the globe from further spinning.
ToolbarStandardStandard_Toolbarnone{B461CE00-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxDefaultTools
nonenonenone
CommandNewFile_NewTools{B461CE0A-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileNewCommand
noneStandard_ToolbarCreate a new globe document.
CommandOpenFile_OpenTools{B461CE0B-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileOpenCommand
noneStandard_ToolbarOpen an existing globe document.
CommandSaveFile_SaveTools{B461CE0C-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFileSaveCommand
noneStandard_ToolbarSave the current globe document.
CommandPrintFile_PrintFile{B461CE0D-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFilePrintCommand
noneStandard_ToolbarPrint the current globe document.
CommandCutEdit_CutEdit{B461CE11-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditCutCommand
noneStandard_ToolbarCut the selected element(s).
CommandCopyEdit_CopyEdit{B461CE12-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditCopyCommand
noneStandard_ToolbarCopy the selected element(s).
CommandPasteEdit_PasteEdit{B461CE13-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditPasteCommand
noneStandard_ToolbarPaste the clipboard contents into your globe.
CommandDeleteEdit_DeleteEdit{B461CE14-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxEditDeleteCommand
noneStandard_ToolbarDelete the selected element(s).
CommandUndoEdit_UndoEdit{FBF8C3FB-0480-11D2-8D21-080009EE4E51}
esriArcMapUI.MxEditMenuItem
1Standard_ToolbarUndo the last action.
CommandRedoEdit_RedoEdit{FBF8C3FB-0480-11D2-8D21-080009EE4E51}
esriArcMapUI.MxEditMenuItem
2Standard_ToolbarRedo the previously undone action.
MenuAdd DataAddData_Palettenone{4A4370ED-0904-4CF0-A791-AFA0C74583F2}
esriArcGlobe.GMxAddDataPalette
noneStandard_Toolbarnone
CommandAdd DataFile_AddDataFile{B461CE07-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxAddDataPalette
noneAddData_PaletteAdd new data to the globe.
CommandAdd BasemapESRI_BaseMap_BasemapCommandArcGIS Online{76B26001-63CF-4CAC-A7E0-91CEE8686FAC}
esriArcGlobe.GMxAddDataPalette
noneAddData_PaletteChoose a basemap from ArcGIS Online. These basemaps are map services that require an Internet connection for them to draw in your map.
CommandAdd Data From ArcGIS OnlineESRI_MapCenter_MapCenterButtonArcGIS Online{DD82F2F1-B277-513D-5788-F89E518B126C}
esriArcGlobe.GMxAddDataPalette
noneAddData_PaletteAdd data from ArcGIS Online into your map. The dialog that appears only shows data which can be added into your map as a layer. Sign in to ArcGIS Online to see data you've uploaded and data in groups you belong to.
CommandAdd ViewerWindow_SubViewWindow{B461CE09-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxSubViewCommand
noneStandard_ToolbarAdd a secondary viewer to the globe so you can look at the same data from different directions. Tools that operate in the main viewer also work in secondary viewers.
CommandTable Of ContentsTools_SceneTreeViewView{B461CE08-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GlobeTreeViewCommand
noneStandard_ToolbarOpen the Table Of Contents window so you can work with your globe's contents.
CommandCatalogFile_CatalogWindowFile{79D6A9E5-C3C3-4F47-9E7F-4ABE329EAA67}
esriArcMapUI.CatalogWindowCommand
noneStandard_ToolbarOpen the Catalog window to access and manage your data.
CommandSearchFile_ArcGISSearchCommandFile{3E206C92-5576-46F2-9C96-209B81D229C2}
esriArcMapUI.ArcGISSearchCommand
noneStandard_ToolbarOpen the Search window to search for data, maps, tools, etc.
CommandArcToolboxArcToolbox_ShowToolboxArcToolbox{85980C3A-652A-47ED-8CD2-1B99DD060AAB}
esriGeoprocessingUI.ArcToolboxCmd
noneStandard_ToolbarOpen the ArcToolbox window so you can access geoprocessing tools and toolboxes.
CommandPythonArcToolbox_ShowCommandLineArcToolbox{1A7E7146-BDFB-4755-93DE-100171382BFF}
esriGeoprocessingUI.GPCommandLineCmd
noneStandard_ToolbarOpen the Python window so you can execute geoprocessing commands and scripts.
CommandModelBuilderArcToolbox_ShowModelBuilderArcToolbox{F6F97AA5-40F2-4C96-8A52-09CF68B30C06}
esriGeoprocessingUI.GPModelBuilderCmd
noneStandard_ToolbarOpen the ModelBuilder window so you can make a geoprocessing model.
ToolbarToolsGMx_ViewerToolsnone{B461CE1B-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxViewerTools
nonenonenone
CommandNavigate ToolViewer_NavigateViewer{B461CE1C-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxNavigateTool
noneGMx_ViewerToolsNavigate the globe. Functionality from several other navigation tools is incorporated into one to make this your most commonly used navigation tool.
CommandPan ToolViewer_PanViewer{B461CE28-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxPanTool
noneGMx_ViewerToolsPan the globe.Shortcut: Hold the middle mouse button or scroll wheel when using the Navigate tool to drag around the globe.
CommandFly ToolViewer_FlyViewer{B461CE1D-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFlyTool
noneGMx_ViewerToolsFly through the globe in any direction and at different speeds. You can hold SHIFT while flying to maintain a constant elevation and press ESC at any time to immediately stop movement.
CommandSet Observer ToolViewer_ObserverViewer{B461CE2B-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxObserverTool
noneGMx_ViewerToolsSet observer position to the selected point.
CommandFull ExtentViewer_FullExtentViewer{B461CE22-216D-11D6-B2B3-00508BCDDE28}
esriArcGlobe.GMxFullExtentCommand
noneGMx_ViewerToolsZoom to the full extent of the globe. To customize where Full Extent takes you, choose Customize > ArcGlobe Options and adjust the Full View Observer Position on the General tab.
CommandNavigation ModeViewer_ToggleNavigationModeViewer{F264E338-C38B-40EE-BBD4-939F9A2E6E25}
esriArcGlobe.GMxNavigationModeCommand
noneGMx_ViewerToolsToggle between global and surface navigation mode.
MenuSelection Tools PaletteSxSelectionToolsPalettenone{B976D03E-E784-4D6F-ABA5-F7B661D97C76}
esriArcGlobe.GMxSelectByToolsPalette
noneGMx_ViewerToolsnone
CommandSelect By Screen RectangleViewer_SelectFeaturesViewer{C770A43C-39D9-4C59-A5A8-434131E9872C}
esriArcGlobe.GMxSelectByToolsPalette
noneSxSelectionToolsPaletteSelect features from selectable layers by clicking on them or dragging a rectangle. Press SHIFT to add multiple features to the selection. Dragging gestures are honored for this tool: left-to-right selects features within the rectangle, right-to-left selects features within, or partially within the rectangle.
CommandSelect By Draped EnvelopeViewer_SelectFeaturesViewer{9DB5E47C-8602-4948-9355-23FF405CC5AA}
esriArcGlobe.GMxSelectByToolsPalette
noneSxSelectionToolsPaletteSelect features from selectable layers by clicking on them or dragging a draped envelope over a surface.
CommandSelect By 3D BoxViewer_SelectFeaturesViewer{393E50A3-B201-4428-9CBB-19722F82C88C}
esriArcGlobe.GMxSelectByToolsPalette
noneSxSelectionToolsPaletteSelect features from selectable layers by drawing a 3D box around them. Drag a box in x,y, then press Z to expand a 3D volume in the z-direction.
CommandClear Selected FeaturesSelection_ClearSelectionSelection{AF988F5C-A789-4EE3-A6BB-3EA4A3637760}
esriArcGlobe.GMxClearSelectionCommand
noneGMx_ViewerToolsUnselect the currently selected features in all layers.
CommandSelect GraphicsEdit_SelectEdit{F428652A-0156-445E-A2DC-100931B41BF2}
esriArcGlobe.GMxSelectTool
noneGMx_ViewerToolsSelect graphics drawn on the globe. Click on a graphic to select it. Hold down SHIFT while you click to select multiple graphics.
CommandIdentifyControlToolsGlobeInquiry_IdentifyGlobe Inquiry{DFAA725E-E8D4-4F61-97B4-E560378337EA}
esriControls.ControlsGlobeIdentifyTool
noneGMx_ViewerToolsIdentify a geographic feature by clicking on it.
CommandHyperlinkQuery_HyperlinkViewer{42F0E437-9E39-46A8-98DE-6D875A471DAE}
esriArcGlobe.GMxHyperlinkTool
noneGMx_ViewerToolsLaunch a hyperlink to a website, document or script by clicking on a feature.
CommandHTML PopupQuery_HTMLPopupViewer{144D3D4A-20A1-456A-8887-7FEB58BA4BCE}
esriArcGlobe.GMxHTMLPopupInfoTool
noneGMx_ViewerToolsLaunch an HTML popup by clicking on a feature.
CommandFindControlToolsGlobeInquiry_FindGlobe Inquiry{79527CB7-EAD2-4FE0-82CA-77A2CABBC64A}
esriControls.ControlsGlobeFindCommand
noneGMx_ViewerToolsFind features, places and addresses on the globe.
CommandGo To XYControlToolsGlobe_GoToGlobe{DF96F6AE-C716-4803-961F-5CAF047D36F2}
esriControls.ControlsGlobeGoToCommand
noneGMx_ViewerToolsOpen a dialog box to type an x,y location and navigate to it. You can click on different tools within the dialog box to interact with the location including flash, draw a point, label a point, or create a callout.
CommandMeasureControlToolsGlobeInquiry_MeasureGlobe Inquiry{AA217001-E9B7-4C21-A7A4-375160322887}
esriControls.ControlsGlobeMeasureTool
noneGMx_ViewerToolsMeasure distance, height, and area on the globe.
CommandPause Data CachingViewer_PauseDrawingViewer{16BA6FDB-3BF0-49CF-BCCC-C636F6B333E4}
esriArcGlobe.GMxPauseDrawingCommand
noneGMx_ViewerToolsPause the caching of new data tiles.
CommandDraft ModeViewer_DraftModeViewer{03AC8951-C798-410B-8852-584B22E7A61F}
esriArcGlobe.GMxDraftModeCommand
noneGMx_ViewerToolsToggle Draft Mode on/off which will quickly activate overrides to address rendering and navigation performance. Improvement in rendering speed will vary depending on the layer types and symbology properties in the document.
CommandTime SliderWindow_TimeSliderWindowWindow{5A4BF67B-34AA-4F78-A62B-238DB984995E}
esriArcGlobe.GMxTimeSliderWindowCommand
noneGMx_ViewerToolsOpen the Time Slider window so you can control the time period represented by the data in this globe. Disabled if none of the layers in your globe have time properties enabled.
ToolbarTracking AnalystTracking Analyst Toolbarnone{D53BF211-24FB-11D4-B34C-00104BA2ABCC}
esriTrackingAnalystUI.TAToolBar
nonenonenone
MenuTracking AnalystTracking Analyst Menubarnone{08850889-5B9F-45D4-AC60-3400F7676CA9}
esriTrackingAnalystUI.TAMenuBar
noneTracking Analyst Toolbarnone
CommandAnimation ToolTracking Analyst_Animation ToolTracking Analyst{D53BF1F3-24FB-11D4-B34C-00104BA2ABCC}
esriTrackingAnalystUI.TAMenuBar
noneTracking Analyst MenubarOpen Animation Tool to create animations of tracking layers playing back in ArcMap.
MenuData Clockdata clock menu namenone{5CE06D1A-1BEC-11D6-B831-00010265ADC5}
esriTrackingAnalystUI.TemporalChartMenu
noneTracking Analyst Menubarnone
CommandCreate Data ClockTrackingAnalyst_CreateDataClockTracking Analyst{2A9429C8-1A4E-11D6-B831-00010265ADC5}
esriTrackingAnalystUI.TemporalChartMenu
nonedata clock menu nameCreate a new data clock chart to analyze the temporal distribution of features in a tracking layer.
CommandManage Data ClocksTracking Analyst_&Manage...Tracking Analyst{BC3D9EF0-D307-11D5-B811-00010265ADC5}
esriTrackingAnalystUI.TemporalChartMenu
nonedata clock menu nameManage the data clock charts you have created.
CommandOptionsTracking Analyst_SettingsTracking Analyst{10FA821D-ECC7-4330-B724-FBEAEF195B30}
esriTrackingAnalystUI.TAMenuBar
noneTracking Analyst MenubarSpecify settings for Tracking Analyst, such as look up table configuration and global tracking layer properties.
CommandAdd Temporal Data WizardAdd Temporal Data WizardTracking Analyst{D53BF1F2-24FB-11D4-B34C-00104BA2ABCC}
esriTrackingAnalystUI.TemporalEventWizard
noneTracking Analyst ToolbarAdd historical temporal data to the active data frame as a tracking layer.
CommandPlayback ManagerTrackingAnalyst_PlaybackManagerTracking Analyst{06107E62-D0A0-4C15-813D-4FCB325D0921}
esriTrackingAnalystUI.PlaybackTool
noneTracking Analyst ToolbarOpen Playback Manager to interactively play back real-time and historical tracking layers.
CommandTrack ManagerTrackingAnalyst_TrackManagerWindowCmdTracking Analyst{AA5C94BF-D1EF-40BB-A977-694A8E41531A}
esriTrackingAnalystUI.TrackManagerWindowCmd
noneTracking Analyst ToolbarOpen Track Manager to view and interact with the tracks and tracking features contained in your map.
CommandTracking Services MonitorTrackingAnalyst_TxServicesWindowCmdTracking Analyst{B04DA63E-D881-4675-839C-8F5665D575DF}
esriTrackingAnalystUI.TxServicesWindowCmd
noneTracking Analyst ToolbarOpen the Tracking Services Monitor to view the status of your real-time tracking services.
ToolbarVersioningVersioning_VersionToolbarnone{8E8F4C7D-ACA7-11D2-9F19-00C04F6BC979}
esriEditor.VersionToolBar
nonenonenone
CommandVersion ManagerVersioning_VersionManagerVersioning{2818B7C1-E9D2-11D1-8490-0000F875B9C6}
esriEditor.VersionManagerCommand
noneVersioning_VersionToolbarOpen the Version Manager window to create new versions, rename existing versions, delete versions, and alter version properties. Requires a Standard or Advanced license and is read-only with a Basic license.
CommandCreate New VersionVersioning_NewVersionVersioning{8E8F4C7F-ACA7-11D2-9F19-00C04F6BC979}
esriEditor.NewVersionCommand
noneVersioning_VersionToolbarCreate a new child version of the database where the parent version is the current version. At the time the new version is created, it is identical to the version in which it is derived. Requires a Standard or an Advanced license and is disabled with a Basic license.
CommandRefreshVersioning_RefreshVersioning{8E8F4C7E-ACA7-11D2-9F19-00C04F6BC979}
esriEditor.RefreshVersionCommand
noneVersioning_VersionToolbarRefresh the database connection for all versions and redraw the map so you can see any changes that may have been recently reconciled and posted.
CommandChange VersionWorkspace_ChangeVersionVersioning{5ADB1DBC-DCBC-11D2-9F26-00C04F6BC979}
esriArcMapUI.ChangeVersionCommand
noneVersioning_VersionToolbarChange to a different geodatabase version.
CommandReconcileVersioning_ReconcileVersioning{D90B1760-95FF-11D2-8526-0000F875B9C6}
esriEditor.ReconcileCommand
noneVersioning_VersionToolbarPull changes from the parent version into the child version by merging all modified datasets, feature classes, and tables between the current version being edited and a target version. Requires a Standard or an Advanced license and is disabled with a Basic license.
CommandPostVersioning_PostVersioning{BA47F54C-B4B0-11D2-9F1A-00C04F6BC979}
esriEditor.PostCommand
noneVersioning_VersionToolbarPush changes from child version into its parent version by applying the current edit session to the reconciled target version. You need to use the Reconcile Version to choose a target version before you can post. Requires a Standard or an Advanced license and is disabled with a Basic license.
CommandConflictsVersioning_ConflictsVersioning{D90B1761-95FF-11D2-8526-0000F875B9C6}
esriEditor.ConflictsCommand
noneVersioning_VersionToolbarIdentify and resolve conflicts between the current edit version and the target version it has been reconciled against. If a feature has been edited in both versions, the feature is in conflict. Requires a Standard or an Advanced license and is disabled with a Basic license.
CommandVersion ChangesVersioning_ChangesVersioning{D6358D8C-7887-4DD9-AB7F-9F2B2A755E9D}
esriEditor.VersionChangesCommand
noneVersioning_VersionToolbarSee how one version has changed with respect to another ancestor version in the geodatabase. Requires a Standard or an Advanced license and is disabled with a Basic license.