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.
Type | Caption | Name | Command Category | GUID (CLSID / ProgID) | Sub Type | Parent | Description |
---|---|---|---|---|---|---|---|
Toolbar | Main menu | GMx_MenuBar | none | {B461CDF0-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxMenuBar | none | none | none |
Menu | File | GMx_FileMenu | none | {B461CDF1-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileMenu | none | GMx_MenuBar | none |
Command | New | File_New | File | {B461CE05-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileMenuItem | 1 | GMx_FileMenu | Create a globe |
Command | Open | File_Open | File | {B461CE05-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileMenuItem | 2 | GMx_FileMenu | Open an existing globe |
Command | Save | File_Save | File | {B461CE05-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileMenuItem | 3 | GMx_FileMenu | Save the current scene |
Command | Save As | File_SaveAs | File | {B461CE05-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileMenuItem | 4 | GMx_FileMenu | Save the current scene with a new name |
Command | Save A Copy | File_Save_A_Copy | File | {B461CE05-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileMenuItem | 8 | GMx_FileMenu | Saves a copy of the current document with the option of saving to a previous version. |
Menu | Add Data | AddData_Menu | none | {615DF9AE-A7CC-4F82-AEE8-1BEEC77AEB79} esriArcGlobe.GMxAddDataMenu | none | GMx_FileMenu | none |
Command | Add Data | File_AddData | File | {B461CE07-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxAddDataCommand | none | AddData_Menu | Add new data to the scene |
Command | Add Data From ArcGIS Online | File_AddDataFromWeb | File | {B461CE05-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileMenuItem | 9 | AddData_Menu | Add data from ArcGIS Online into your globe |
Command | Add XY Data | Tools_AddXYData | Tools | {55425B75-2CE4-4909-B40A-CFE50FAD1896} esriLocationUI.AddXYDataCommand | none | AddData_Menu | Adds a new map layer based on XY events from a table |
Command | { Sign in } | { File_AGOLSignin } | none | {C74C0031-9224-4EBB-9CA8-4D1D51986955} esriArcMapUI.MxAGOLSignin | none | GMx_FileMenu | none |
Command | File_Print | File | {B461CE0D-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFilePrintCommand | none | GMx_FileMenu | Print the current scene | |
Command | Export Globe | File_Properties | File | {B461CE05-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileMenuItem | 7 | GMx_FileMenu | Export Globe to 2D graphics file |
Command | Globe Document Properties | File_Properties | File | {B461CE05-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileMenuItem | 6 | GMx_FileMenu | Display the document properties |
Command | { Recent files } | { File_RecentFiles } | none | {B461CE16-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxRecentFiles | none | GMx_FileMenu | none |
Command | Exit | File_Exit | File | {B461CE05-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileMenuItem | 5 | GMx_FileMenu | Exit the application |
Menu | Edit | GMx_EditMenu | none | {B461CDF2-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditMenu | none | GMx_MenuBar | none |
Command | Undo | Edit_Undo | Edit | {FBF8C3FB-0480-11D2-8D21-080009EE4E51} esriArcMapUI.MxEditMenuItem | 1 | GMx_EditMenu | Undo the last action |
Command | Redo | Edit_Redo | Edit | {FBF8C3FB-0480-11D2-8D21-080009EE4E51} esriArcMapUI.MxEditMenuItem | 2 | GMx_EditMenu | Redo the previously undone action |
Command | Cut | Edit_Cut | Edit | {B461CE06-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditMenuItem | 1 | GMx_EditMenu | Cut the selected element(s) |
Command | Copy | Edit_Copy | Edit | {B461CE06-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditMenuItem | 2 | GMx_EditMenu | Copy the selected element(s) |
Command | Paste | Edit_Paste | Edit | {B461CE06-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditMenuItem | 3 | GMx_EditMenu | Paste the clipboard contents into your map |
Command | Delete | Edit_Delete | Edit | {B461CE06-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditMenuItem | 4 | GMx_EditMenu | Delete the selected element(s) |
Command | Copy Globe To Clipboard | Edit_CopyGlobe | Edit | {B461CE15-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxCopyGlobeCommand | none | GMx_EditMenu | Copy Globe To Clipboard |
Command | Select All Graphics | Edit_SelectAll | Edit | {B461CE06-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditMenuItem | 5 | GMx_EditMenu | Selects all graphics |
Command | Unselect All Graphics | Edit_UnselectAll | Edit | {B461CE06-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditMenuItem | 6 | GMx_EditMenu | Clear graphic selection |
Command | Zoom to Selected Graphics | Edit_ZoomToSelected | Edit | {B461CE06-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditMenuItem | 7 | GMx_EditMenu | Zoom to selected graphics |
Menu | View | GMx_ViewMenu | none | {B461CDF3-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxViewMenu | none | GMx_MenuBar | none |
Command | View Settings | View_ViewSettings | View | {B461CDF4-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxViewSettingsCommand | none | GMx_ViewMenu | Show Camera and View settings |
Menu | Graphs | DataGraphOptions_Menu | none | {4C6E6A2B-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenu | none | GMx_ViewMenu | none |
Command | Create | DataGraph_Create | DataGraph | {4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenuItem | 1 | DataGraphOptions_Menu | Creates a new Graph |
Command | Create Scatterplot Matrix | DataGraph_CreateScatterplotMatrix | DataGraph | {4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenuItem | 4 | DataGraphOptions_Menu | Create a new Scatterplot Matrix Graph |
Command | Manage | DataGraph_Manage | DataGraph | {4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenuItem | 2 | DataGraphOptions_Menu | Manage Graphs |
Command | Load | DataGraph_Load | DataGraph | {4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenuItem | 3 | DataGraphOptions_Menu | Load Graph |
Command | { Graphs } | { Tools_DataGraphMenu } | none | {809868AF-DF2A-11D3-A664-0008C7DF88DB} esriArcMapUI.DataGraphMenuItem | none | DataGraphOptions_Menu | none |
Command | Full Screen | View_FullScreen | View | {A23B88E9-129A-46BF-8912-402E5218F54C} esriArcGlobe.GMxFullScreenCommand | none | GMx_ViewMenu | Sets display window in full screen mode. |
Command | Status Bar | View_GMxStatusBar | View | {B461CDF5-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxStatusBar | none | GMx_ViewMenu | Show or hide the status bar |
Command | Globe Properties | Globe_GlobeProperties | Globe | {B461CE30-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GlobeContextMenuItems | 1 | GMx_ViewMenu | Display the globe's properties |
Menu | Bookmarks | BookMarks_Menu | none | {B461CE37-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxBookmarksMenu | none | GMx_MenuBar | none |
Command | Create | View_CreateBookmark | View | {720E21DF-2199-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxCreateBookmarkCommand | none | BookMarks_Menu | Create a Camera Bookmark |
Command | Manage | View_ManageBookmarks | View | {720E21E0-2199-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxManageBookmarksCommand | none | BookMarks_Menu | Manage camera bookmarks |
Command | { Bookmarks } | { Tools_BookMarkMenu } | none | {B461CE36-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxBookmarkMenuItem | none | BookMarks_Menu | none |
Menu | Selection | Selection_Menu | none | {98819836-6A9B-4F59-A44D-A50296A185A5} esriArcGlobe.GMxSelectionMenu | none | GMx_MenuBar | none |
Command | Select By Attributes | Selection_AttributeSelect | Selection | {D4DCC23F-664D-4860-A82B-619A10295563} esriArcGlobe.GMxAttributeSelectCommand | none | Selection_Menu | Selects features by their attribute values |
Command | Select By Location | Selection_SelectByLayer | Selection | {73DE2744-4F47-46CE-A94D-F25C905F2F84} esriArcGlobe.GMxSelectByLayerCommand | none | Selection_Menu | Selects features using the location of features in another layer |
Command | Zoom To Selected Features | Query_ZoomToSelected | Selection | {B461CE38-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxZoomToSelectedCommand | none | Selection_Menu | Zoom to the selected features in all layers |
Command | Statistics | Selection_SelectionStatistics | Selection | {00D18E65-A317-4679-8761-BFB2CF81F2ED} esriArcGlobe.GMxSelectionStatisticsCommand | none | Selection_Menu | Displays statistics for the selected features |
Command | Set Selectable Layers | Query_SelectableLayers | Selection | {06C532B2-051E-43C3-A3B7-4C9DE569373A} esriArcMapUI.SelectableLayersCommand | none | Selection_Menu | Choose which layers interactive selection will select features from |
Command | Clear Selected Features | Selection_ClearSelection | Selection | {AF988F5C-A789-4EE3-A6BB-3EA4A3637760} esriArcGlobe.GMxClearSelectionCommand | none | Selection_Menu | Unselect the currently selected features in all layers |
Menu | Interactive Selection Method | SelectionType_Menu | none | {E8790438-D28B-4646-9958-F206DF2D2AE4} esriArcGlobe.GMxSelectionTypeMenu | none | Selection_Menu | none |
Command | Create New Selection | Selection_SelectFeatures | Selection | {80DA3FB9-F099-45D2-9ACF-02F656AD2AB9} esriArcGlobe.GMxSelectionTypeMenuItem | 1 | SelectionType_Menu | Create New Selection |
Command | Add to Current Selection | Selection_AddToCurrentSelection | Selection | {80DA3FB9-F099-45D2-9ACF-02F656AD2AB9} esriArcGlobe.GMxSelectionTypeMenuItem | 2 | SelectionType_Menu | Add to Current Selection |
Command | Remove From Current Selection | Selection_RemoveFromCurrentSelection | Selection | {80DA3FB9-F099-45D2-9ACF-02F656AD2AB9} esriArcGlobe.GMxSelectionTypeMenuItem | 3 | SelectionType_Menu | Remove from Current Selection |
Command | Select From Current Selection | Selection_SelectFromCurrentSelection | Selection | {80DA3FB9-F099-45D2-9ACF-02F656AD2AB9} esriArcGlobe.GMxSelectionTypeMenuItem | 4 | SelectionType_Menu | Select from Current Selection |
Command | Selection Options | Selection_SelectionOptions | Selection | {887C51BD-D559-41E2-AD09-9B92CFF4EB6A} esriArcGlobe.GMxSelectionOptionsCommand | none | Selection_Menu | Choose selection options such as highlight color |
Menu | Geoprocessing | Geoprocessing_Menu | none | {F830D42D-806D-4A30-B560-67469B9FF3AB} esriGeoprocessingUI.GeoprocessingMenu | none | GMx_MenuBar | none |
Command | Buffer | Analysis Tools_Buffer | Analysis Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 84 | Geoprocessing_Menu | Buffer Features |
Command | Clip | Analysis Tools_Clip | Analysis Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 85 | Geoprocessing_Menu | Feature Class Clip geoprocessing function |
Command | Intersect | Analysis Tools_Intersect | Analysis Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 88 | Geoprocessing_Menu | Feature Class Intersect geoprocessing function |
Command | Union | Analysis Tools_Union | Analysis Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 90 | Geoprocessing_Menu | Computes a geometric intersection of the input features. |
Command | Merge | Data Management Tools_Merge | Data Management Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 262 | Geoprocessing_Menu | Merge Features Classes or Tables |
Command | Dissolve | Data Management Tools_Dissolve | Data Management Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 168 | Geoprocessing_Menu | Dissolve features within the feature class |
Command | Search For Tools | GP Search Window | Geoprocessing | {A395E075-78EE-4D01-847C-773667634BF6} esriGeoprocessingUI.GPSearchCmd | none | Geoprocessing_Menu | Search for tools |
Command | ArcToolbox | ArcToolbox_ShowToolbox | ArcToolbox | {85980C3A-652A-47ED-8CD2-1B99DD060AAB} esriGeoprocessingUI.ArcToolboxCmd | none | Geoprocessing_Menu | Opens the ArcToolbox window so you can access geoprocessing tools and toolboxes |
Command | Environments | GP Environments Window | Geoprocessing | {67EFF682-3AAB-4301-B7F6-46A4178FC923} esriGeoprocessingUI.GPEnvironmentsCmd | none | Geoprocessing_Menu | Open the Geoprocessing Environments Dialog |
Command | Results | GP Search Window | Geoprocessing | {9899A86C-A077-4DF4-A178-77B64AE50690} esriGeoprocessingUI.GPResultsCmd | none | Geoprocessing_Menu | Opens the Results window so you can track your geoprocessing outputs |
Command | ModelBuilder | ArcToolbox_ShowModelBuilder | ArcToolbox | {F6F97AA5-40F2-4C96-8A52-09CF68B30C06} esriGeoprocessingUI.GPModelBuilderCmd | none | Geoprocessing_Menu | Opens the ModelBuilder window so you can make a geoprocessing model |
Command | Python | ArcToolbox_ShowCommandLine | ArcToolbox | {1A7E7146-BDFB-4755-93DE-100171382BFF} esriGeoprocessingUI.GPCommandLineCmd | none | Geoprocessing_Menu | Opens the Python window so you can execute geoprocessing commands and scripts |
Command | Geoprocessing Resource Center | GP Resource Center | Geoprocessing | {A7EB9EF4-0457-4D83-B525-E13518A76D0A} esriGeoprocessingUI.GPResourceCenterCmd | none | Geoprocessing_Menu | Goto the Geoprocessing Resource Center |
Command | Geoprocessing Options | GP Options Window | Geoprocessing | {9B927F22-E7A1-4E46-90FD-151569D0E9D2} esriGeoprocessingUI.GPOptionsCmd | none | Geoprocessing_Menu | Open the Geoprocessing Options Dialog |
Menu | Customize | GMx_CustomizeMenu | none | {46A97BFF-2F30-4CAD-8FC9-E35125E45D2D} esriArcGlobe.GMxCustomizeMenu | none | GMx_MenuBar | none |
Menu | Toolbars | none | {10BAA9F9-1C2F-11D2-94B6-080009EEBECB} esriFramework.ToolbarContextMenu | none | GMx_CustomizeMenu | none | |
Command | { } | { } | none | {2AE639DD-1C2F-11D2-94B6-080009EEBECB} esriFramework.ToolbarContextMenuItems | none | none | |
Command | Customize Mode | Untitled | Tools | {8807BD31-6947-11D2-8D4C-080009EE4E51} esriFramework.CustomizeCommand | none | Customize the user interface | |
Command | View Source | Untitled | none | {1B2D63B1-12A9-11D2-AA21-000000000000} esriFramework.CustContextMenuItems | 9 | Displays the VBA source code for the selected control | |
Command | Extensions | ExtensionsCommand | Tools | {F647BE13-ECCF-4D32-8B04-72CB28CEAE7C} esriFramework.ExtensionsCommand | none | GMx_CustomizeMenu | Manipulates the extensions |
Command | Add-In Manager | AddInManager | Tools | {EC9C5C3E-A5B5-4EE5-A7C0-D029044F89C4} esriFramework.AddInMgrCommand | none | GMx_CustomizeMenu | Manage your Add-Ins |
Menu | VBA Macros | GMx_MacrosMenu | none | {B461CDFB-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxMacrosMenu | none | GMx_CustomizeMenu | none |
Command | Macros | Tools_Macros | Tools | {B461CDFC-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxToolsMacros | none | GMx_MacrosMenu | Create, edit or execute a Visual Basic macro |
Command | Visual Basic Editor | Tools_VisualBasicEditor | Tools | {B461CDFD-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxToolsVisualBasicEditor | none | GMx_MacrosMenu | Displays the Visual Basic editor |
Command | Customize Mode | Untitled | Tools | {8807BD31-6947-11D2-8D4C-080009EE4E51} esriFramework.CustomizeCommand | none | GMx_CustomizeMenu | Customize the user interface |
Command | Style Manager | Tools_StyleManager | Tools | {C155DC40-B7EA-4E8C-A8F7-79D57A8C6113} esriArcGlobe.GMxStyleOptionsMenuItem | 2 | GMx_CustomizeMenu | Browse and manage the contents of styles |
Command | ArcGlobe Options | Tools_Options | Tools | {B461CDF7-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxToolsOptions | none | GMx_CustomizeMenu | Modify ArcGlobe settings |
Menu | Windows | Window_Menu | none | {B461CE17-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxWindowMenu | none | GMx_MenuBar | none |
Command | Add Viewer | Window_SubView | Window | {B461CE09-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxSubViewCommand | none | Window_Menu | Add new Viewer |
Command | Viewer Manager | Window_Windows | Window | {B461CE19-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxWindowMenuItem | 1 | Window_Menu | Show all sub viewers |
Command | Table Of Contents | Tools_SceneTreeView | View | {B461CE08-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GlobeTreeViewCommand | none | Window_Menu | Opens the Table Of Contents window so you can work with your globe's contents |
Command | Catalog | File_CatalogWindow | File | {79D6A9E5-C3C3-4F47-9E7F-4ABE329EAA67} esriArcMapUI.CatalogWindowCommand | none | Window_Menu | Opens the Catalog window so you can access and manage your data. |
Command | Search | File_ArcGISSearchCommand | File | {3E206C92-5576-46F2-9C96-209B81D229C2} esriArcMapUI.ArcGISSearchCommand | none | Window_Menu | Opens the Search window so you can search for data, maps, tools, etc. |
Menu | Help | GMx_HelpMenu | none | {B461CDF8-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxHelpMenu | none | GMx_MenuBar | none |
Command | ArcGIS Desktop Help | Help_Contents | Help | {B461CDF9-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxHelpContents | none | GMx_HelpMenu | Display the Help topics for ArcGlobe |
Command | ArcGIS Desktop Resource Center | Help_ArcGISResourceCenter | Help | {4B6B8DA1-19B0-4289-AF9D-16FB23647D5D} esriFramework.HelpMenuItem | 7 | GMx_HelpMenu | Go to the ArcGIS Desktop Resource Center Web page |
Command | What's This? | Help_ContextHelp | Help | {81972F0D-388A-11D3-9F57-00C04F6BC61A} esriFramework.HelpTool | none | GMx_HelpMenu | Get help on the menu command or tool you select |
Command | About ArcGlobe | Help_About | Help | {B461CDFA-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxHelpAbout | none | GMx_HelpMenu | Get information about this application |
Toolbar | 3D Effects | GMxEffects_ToolBar | none | {4100B485-EE96-4D14-B564-25BAA5A50ED9} esriArcGlobe.GMxEffectsToolBar | none | none | none |
Command | 3D Effects Layer List Control | 3DEffects_LayerListControl | 3D Effects | {30BB848D-B01D-4874-9887-3B1AB401436A} esriArcGlobe.GMxEffectsLayerListControl | none | GMxEffects_ToolBar | Selects the layer to apply an effect |
Command | Contrast | GMxEffects_ContrastCommand | 3D Effects | {67053929-2A00-43D9-A2DE-DA7328E4E826} esriArcGlobe.GMxEffectsContrastCommand | none | GMxEffects_ToolBar | Adjusts the contrast of a layer |
Command | Brightness | GMxEffects_BrightnessCommand | 3D Effects | {7A5D7A2D-2406-4410-86E9-B827EF6F9BA0} esriArcGlobe.GMxEffectsBrightnessCommand | none | GMxEffects_ToolBar | Adjusts the brightness of a layer |
Command | Transparency | GMxEffects_TransparencyCommand | 3D Effects | {3E6A1EE9-29F3-4D84-907C-A1401CC8F916} esriArcGlobe.GMxEffectsTransparencyCommand | none | GMxEffects_ToolBar | Changes interactively the layer transparency |
Command | Change Face Culling | GMxEffects_FaceCullingCommand | 3D Effects | {EFCAC8C8-3503-4524-AA5E-CA47270036A8} esriArcGlobe.GMxEffectsFaceCullingCommand | none | GMxEffects_ToolBar | Controls the layer face culling option |
Command | Change Layer Lighting | GMxEffects_LightingCommand | 3D Effects | {23D888DD-6FBA-40BE-9DD9-9F132CCF23AA} esriArcGlobe.GMxEffectsLightingCommand | none | GMxEffects_ToolBar | Switches on/off the layer lighting |
Command | Change Shading Mode | GMxEffects_ShadingCommand | 3D Effects | {EDB044DF-E320-467C-9131-5A418C0141F8} esriArcGlobe.GMxEffectsShadingCommand | none | GMxEffects_ToolBar | Sets the shading mode (smooth/flat) of a layer |
Command | Globe Swipe | ControlToolsGlobeInquiry_Swipe | Globe Inquiry | {790854A7-33E5-4E35-8DBB-926FCCD83189} esriControls.ControlsGlobeSwipeTool | none | GMxEffects_ToolBar | Drag to see underneath chosen layer. CTRL + click for full screen. |
Command | Flicker | ControlToolsGlobeInquiry_Flicker | Globe Inquiry | {B90E6188-654F-48A9-903F-9B0E7234E99C} esriControls.ControlsGlobeFlickerCommand | none | GMxEffects_ToolBar | Reveals layers below the selected layer by flickering for the specified time duration. |
Command | Flicker Rate | ControlToolsGeneric_FlickerRate | Generic | {9532F137-EECA-4158-8690-1DD93B286B73} esriControls.ControlsFlickerRateToolControl | none | GMxEffects_ToolBar | Controls the rate of flicker |
Toolbar | 3D Editor | 3DEditor_3DEditorToolbar | none | {96C65A87-25EF-4021-B905-5616FAD6F92A} esri3DAnalystUI.Editor3DToolBar | none | none | none |
Menu | 3D Editor | 3DEditor_3DEditorMenu | none | {458A61DD-611A-4339-BE87-BA7E8F82A861} esri3DAnalystUI.Editor3DMenu | none | 3DEditor_3DEditorToolbar | none |
Command | Start Editing | Editor_StartEditing | Editor | {59D2AFD0-9EA2-11D1-9165-0080C718DF97} esriEditor.StartEditingCommand | none | 3DEditor_3DEditorMenu | Starts an edit session |
Command | Stop Editing | Editor_StopEditing | Editor | {59D2AFD1-9EA2-11D1-9165-0080C718DF97} esriEditor.StopEditingCommand | none | 3DEditor_3DEditorMenu | Stops the edit session |
Command | Save Edits | Editor_SaveEdits | Editor | {59D2AFD2-9EA2-11D1-9165-0080C718DF97} esriEditor.SaveEditsCommand | none | 3DEditor_3DEditorMenu | Saves any pending edits |
Command | Move | 3DEditor_Move | Editor | {D1684EF0-4A06-4551-BFAE-CAB3421EF482} esri3DAnalystUI.Move3DCommand | none | 3DEditor_3DEditorMenu | Moves the selected features a specified distance |
Command | Rotate | 3DEditor_Rotate | Editor | {37E3D6FD-BAF3-454D-8A91-34C349DA3815} esri3DAnalystUI.Rotate3DCommand | none | 3DEditor_3DEditorMenu | Rotates the selected features |
Command | Scale | 3DEditor_Scale | Editor | {47485AFF-A44E-4314-9BE6-B28AF856BB0E} esri3DAnalystUI.Scale3DCommand | none | 3DEditor_3DEditorMenu | Scales the selected features |
Command | Split | Editor_SplitCommand | Editor | {8F85D79C-2A81-11D3-9F37-00C04F6BC979} esriEditor.SplitCommand | none | 3DEditor_3DEditorMenu | Splits a linear feature |
Command | Copy Parallel | Editor_CopyParallel | Editor | {26032FF0-0F84-11D2-84A6-0000F875B9C6} esriEditor.CopyParallelCommand | none | 3DEditor_3DEditorMenu | Creates new features at a specified offset from the selection |
Command | Merge | Editor_Merge | Editor | {DB56FE71-F74D-11D1-849A-0000F875B9C6} esriEditor.MergeCommand | none | 3DEditor_3DEditorMenu | Merges the selected features |
Command | Union | Editor_Union | Editor | {DB56FE73-F74D-11D1-849A-0000F875B9C6} esriEditor.UnionCommand | none | 3DEditor_3DEditorMenu | Unions the selected features |
Command | Intersect | Editor_Intersection | Editor | {DB56FE72-F74D-11D1-849A-0000F875B9C6} esriEditor.IntersectCommand | none | 3DEditor_3DEditorMenu | Intersects the selected features |
Command | Duplicate Vertical | 3DEditor_DuplicateFeatures | Editor | {636D1F4C-1AF4-4CA1-88E7-ABCF2F73F893} esri3DAnalystUI.DuplicateFeaturesCommand | none | 3DEditor_3DEditorMenu | Duplicates selected features |
Command | Replace With Model | 3DEditor_ReplaceModel | Editor | {DAC65641-FFD7-4706-A9F2-D0568B9990A9} esri3DAnalystUI.ReplaceModelCommand | none | 3DEditor_3DEditorMenu | Replaces selected multipatch features with new model |
Menu | Snapping | 3DEditor_Snapping3DMenu | none | {707703EC-57F8-460C-9513-4FF7E0B8FBC5} esri3DAnalystUI.EditorSnapping3DMenu | none | 3DEditor_3DEditorMenu | none |
Command | { Snapping } | { 3DEditor_SnappingMenuItem } | none | {9BAAA1C2-A86A-4754-A4AE-E9F36516D3E4} esri3DAnalystUI.Snapping3DMenuItem | none | 3DEditor_Snapping3DMenu | none |
Command | Options | 3DEditor_Properties | Editor | {761F303A-F141-4695-89E0-53F26876DA2F} esri3DAnalystUI.Properties3DCommand | none | 3DEditor_3DEditorMenu | Displays the editing options dialog. |
Command | Edit Placement Tool | 3DEditor_EditTool | Editor | {539B890B-9265-4558-B3C4-FFC94CEA636D} esri3DAnalystUI.Edit3DTool | none | 3DEditor_3DEditorToolbar | Move, rotate, or scale feature geometries |
Command | Edit Vertices | 3DEditor_FeatureEditVertices | Editor | {2561EA46-4022-4DCE-8C57-EC2EC20A89FC} esri3DAnalystUI.FeatureEditVertices3DCommand | none | 3DEditor_3DEditorToolbar | Edit Vertices |
Command | Cut Polygons | Editor_CutPolygonsTool | Editor | {4E58D1FE-DC40-4770-A081-4D99335941ED} esriEditor.CutPolygonsTool | none | 3DEditor_3DEditorToolbar | Cuts selected polygon features using sketch |
Command | Split Tool | Editor_SplitTool | Editor | {5609B740-112F-11D2-84A9-0000F875B9C6} esriEditor.SplitTool | none | 3DEditor_3DEditorToolbar | Splits a linear feature |
Command | Attributes | Editor_Attribution | Editor | {44276914-98C1-11D1-8464-0000F875B9C6} esriEditor.AttributionCommand | none | 3DEditor_3DEditorToolbar | Shows the feature property editor |
Command | Sketch Properties | Editor_SketchProperties | Editor | {50F9A8E5-A820-4D00-8369-E35832141356} esriEditor.SketchPropertiesCommand | none | 3DEditor_3DEditorToolbar | Shows a dialog for editing properties of the edit sketch geometry. |
Command | Create Features | CreateFeatureDockWinCommand | Advanced Edit Tools | {B18ED544-C8B1-49F3-9F7A-F83CBE793CDB} esriEditor.CreateFeatureDockWinCommand | none | 3DEditor_3DEditorToolbar | Create Feature Dock View |
Toolbar | Animation | Animation_ToolBar | none | {9A00FF78-85FA-47DA-A63B-ABEC2268627F} esriAnimationUI.AnimationToolBar | none | none | none |
Menu | Animation | Animation_Menu | none | {9D800203-79C0-4AA5-A5AB-50A42D26816E} esriAnimationUI.AnimationMenu | none | Animation_ToolBar | none |
Command | Clear Animation | Animation_Delete | Animation | {57BC2C2D-5FE4-4DDF-8518-7E24A41C46F6} esriAnimationUI.AnimationDeleteCommand | none | Animation_Menu | Clear the animation tracks |
Command | Create Keyframe | Animation_CreateKeyframe | Animation | {950CC4B4-2865-4477-BC90-B47BEC787B1E} esriAnimationUI.AnimationCreateKeyframeCommand | none | Animation_Menu | Create a new animation keyframe |
Command | Create Group Animation | Animation_LayerGroup | Animation | {773AB9A8-41D1-48C2-9334-C6610D658696} esriAnimationUI.AnimationLayerGroupCommand | none | Animation_Menu | Create a group animation from selected layers |
Command | Create Time Animation | Animation_CreateTimeTrack | Animation | {EF68A828-5453-4133-8831-47CD216EA8F3} esriAnimationUI.AnimationCreateTimeTrackCommand | none | Animation_Menu | Create a new animation time layer track |
Command | Create Flyby from Path | Animation_CreateFromPath | Animation | {7C5325EC-B37F-4E7C-B9A3-740CF8A75F8A} esriAnimationUI.AnimationFlyFromPathCommand | none | Animation_Menu | Create a view animation track from a selected path |
Command | Load Animation File | Animation_Open | Animation | {70E7F641-1589-4D13-9FC2-C341FA8FF4C0} esriAnimationUI.AnimationOpenFileCommand | none | Animation_Menu | Load an animation file into the scene |
Command | Save Animation File | Animation_Save | Animation | {C1264170-89B1-48B2-B3AD-D7CF65E23D62} esriAnimationUI.AnimationSaveFileCommand | none | Animation_Menu | Save the scene animation to a file |
Command | Export Animation | Animation_ExportAnimation | Animation | {3B30EABC-B9A8-453C-9D43-E980C726196A} esriAnimationUI.AnimationExportCommand | none | Animation_Menu | Export the scene animation to a video file |
Command | Animation Manager | Animation_Manage | Animation | {CB9F62CD-1DCC-4AAC-BCB2-57FCCB7D94CB} esriAnimationUI.AnimationManagerCommand | none | Animation_Menu | Open the animation manager dialog |
Command | Capture View | Animation_CaptureView | Animation | {4FCB51A6-22E2-4D1D-95C6-DC49BB27651C} esriAnimationUI.AnimationCaptureViewCommand | none | Animation_ToolBar | Capture the active view into a flyby animation |
Command | Animation Controls | Animation_Controls | Animation | {4DBEE091-195D-4915-9221-062AE949AAA7} esriAnimationUI.AnimationControlsCommand | none | Animation_ToolBar | Open animation playing and recording controls |
Toolbar | Globe 3D Graphics | GMxGraphics_Toolbar | none | {2E1DF4A9-0ED0-4A5C-9B7D-647600829144} esriArcGlobe.GMxGraphicsToolBar | none | none | none |
Menu | Graphics | Graphics_GlobeGraphicsMenu | none | {D1EF4FD9-0F57-4082-AD42-79646D15CF9D} esriArcGlobe.GMxGraphicsMenu | none | GMxGraphics_Toolbar | none |
Command | New Graphics Layer | Graphics_NewGraphicsLayer | Graphics | {D881A710-BA11-4049-86B3-2D3241393177} esriArcGlobe.GMxNewGraphicsLayerCommand | none | Graphics_GlobeGraphicsMenu | Create a new graphics layer in which to store text and graphics |
Menu | Active Graphics Layer Target | Graphics_ActiveGraphicsLayersMenu | none | {45B08174-EC7C-4E1D-9590-664297E2E2FC} esriArcGlobe.GMxActiveGraphicsLayerMenu | none | Graphics_GlobeGraphicsMenu | none |
Command | { Graphic Layer Targets } | { Graphics_GraphicsLayersListMenu } | none | {6A7CDE3B-0880-40BE-8CAB-32E63213E711} esriArcGlobe.GMxGraphicsLayersListMenu | none | Graphics_ActiveGraphicsLayersMenu | none |
Command | Default Element Properties | Graphics_DefaultElementProperties | Graphics | {8190AD06-42B6-4711-AD98-352663088AF2} esriArcGlobe.GMxDefaultElementPropertiesCommand | none | Graphics_GlobeGraphicsMenu | Set Default Element Properties |
Command | Select Graphics | Edit_Select | Edit | {F428652A-0156-445E-A2DC-100931B41BF2} esriArcGlobe.GMxSelectTool | none | GMxGraphics_Toolbar | Select graphics |
Command | Marker Graphic | Graphics_NewMarkerElement | Graphics | {25436DAE-E297-447D-8FFA-B210E505094E} esriArcGlobe.GMxNewMarkerTool | none | GMxGraphics_Toolbar | Add a marker graphic to scene |
Command | New Line | Graphics_NewLineElement | Graphics | {CC4E57C5-61F8-4FFD-889B-FDED93547910} esriArcGlobe.GMxNewLineTool | none | GMxGraphics_Toolbar | Draw a line |
Command | New Polygon | Graphics_NewPolygonElement | Graphics | {99846FF1-94ED-4093-AADB-3BE337B25D81} esriArcGlobe.GMxNewPolygonTool | none | GMxGraphics_Toolbar | Draw a polygon |
Menu | Text tools | Graphics_TextTools | none | {772DB8EF-5605-4D16-A62C-E0780711E625} esriArcGlobe.GMxTextToolsPalette | none | GMxGraphics_Toolbar | none |
Command | New Text | Graphics_NewTextElement | Graphics | {1CF2000D-7BDB-445A-AB04-EE297EB8DE5F} esriArcGlobe.GMxNewTextTool | none | Graphics_TextTools | Add text graphics to scene |
Command | 3D Text | Graphics_NewText3DElement | Graphics | {775F4A41-489A-46ED-B070-E5B49C1338BC} esriArcGlobe.GMxNewText3DTool | none | Graphics_TextTools | Add 3D text graphics to scene |
Command | Marker Properties/Color | Marker_Color | Graphics | {0D5B738E-633E-4E14-B4E2-2D0793173135} esriArcGlobe.GMxMarkerColorToolControl | none | GMxGraphics_Toolbar | Change the marker graphic element properties or just the color |
Command | Line Properties/Color | Line_Color | Graphics | {C94F6FC4-766A-43B8-97D7-15024A8E08A2} esriArcGlobe.GMxLineColorToolControl | none | GMxGraphics_Toolbar | Change the line graphic element properties or just the color |
Command | Polygon Properties/Color | Fill_Color | Graphics | {2968566D-65C9-4779-B50B-3ACEC1126051} esriArcGlobe.GMxFillColorToolControl | none | GMxGraphics_Toolbar | Change the polygon graphic element properties or just the color |
Command | Text Properties/Color | Text3D_Color | Graphics | {BC363826-D641-4C47-9133-F4EBE2E23AE3} esriArcGlobe.GMxText3DColorToolControl | none | GMxGraphics_Toolbar | Change the text graphic element properties or just the color |
Toolbar | KML | GMx_KmlToolbar | none | {F808B50D-7188-45BA-BE43-D2B32729F21E} esriArcGlobe.GmxKmlToolbar | none | none | none |
Command | Add KML Data | KML_AddKmlData | KML | {CCD5A678-E3DD-4071-8110-1964F76BE2CB} esriArcGlobe.GmxAddKmlCommand | none | GMx_KmlToolbar | Add KML Data |
Command | Add KML Network Link | ControlsToolsGlobe_KMLNetworkLink | KML | {DB93041D-4BB3-4844-BE00-80F843029D5D} esriControls.ControlsGlobeKMLNetworkLinkCommand | none | GMx_KmlToolbar | Add KML Network Link Properties |
Command | Show/Hide KML Contents | KML_ShowKmlData | KML | {061161F5-9006-46B6-8F98-0A13FD674029} esriArcGlobe.GmxShowKmlCommand | none | GMx_KmlToolbar | Show/Hide KML Contents |
Toolbar | Publisher | Publisher_PublisherGlobeToolbar | none | {361E19B5-3D00-4DEE-9005-7327894EC376} esriPublisherUI.PublishGlobeToolbar | none | none | none |
Menu | Publisher | Publish_PublishMenu | none | {4912E7AB-AFD3-4A66-A2AF-F39385D73D43} esriPublisherUI.PublishMenu | none | Publisher_PublisherGlobeToolbar | none |
Command | Publisher Map Title | Publisher_Dynamic Title | Publisher | {9AD38AB2-F1BD-4546-940B-B84CD50866DC} esriPublisherUI.AddPMFTitleTextCommand | none | Publish_PublishMenu | Add a title which can be changed when printing/viewing in ArcReader |
Command | Import ArcReader Markup | Publisher_Import Markup | Publisher | {B497C711-DF2E-4F72-ADB8-0CB7D5D9CB5D} esriPublisherUI.ImportArcReaderInkCommand | none | Publish_PublishMenu | Import ArcReader Markup |
Command | Create Data Package | Publisher_Data Packaging | Publisher | {B3791413-3D17-4307-A240-DE44E69C3407} esriPublisherUI.PublishDataPackageCommand | none | Publish_PublishMenu | Create a data package for the selected PMF files(s) |
Command | Map Contents Summary | Publisher_Data Analysis | Publisher | {97AE9120-EA9F-4C18-AD18-8877D0811CCB} esriPublisherUI.PublishDataAnalysisCommand | none | Publish_PublishMenu | Analyze the contents of the the map and report findings |
Command | Publish Map | Publisher_Publish Map | Publisher | {CEFED3B7-5F2E-45E2-BC3F-3EDEB4587E69} esriPublisherUI.PublishPMFCommand | none | Publish_PublishMenu | Publish current Map for use with ArcReader |
Command | Settings | Publisher_Publish Options | Publisher | {8849FD12-9ABE-441E-8A72-9AAB513AF0C5} esriPublisherUI.PublishOptionsCommand | none | Publish_PublishMenu | Specify settings for how the published map will work in ArcReader |
Command | Publish Map | Publisher_Publish Map | Publisher | {CEFED3B7-5F2E-45E2-BC3F-3EDEB4587E69} esriPublisherUI.PublishPMFCommand | none | Publisher_PublisherGlobeToolbar | Publish current Map for use with ArcReader |
Toolbar | Spin | Spin_Toolbar | none | {66C3F828-9F88-498F-A94A-AD9AABCE721A} esriArcGlobe.RotateToolBar | none | none | none |
Command | Spin Viewer and Speed | SpinRotate_Speed | Spin/Rotate | {DE53977D-8EA6-490E-A439-318448008DF1} esriArcGlobe.SpinViewerAndSpeedControls | none | Spin_Toolbar | Specify which viewer the spin commands affect and control the speed of spinning globe |
Command | Spin Clockwise | SpinRotate_SpinClockwise | Spin/Rotate | {10DCD688-3734-4FB6-AC80-3ECF86F003AE} esriArcGlobe.SpinClockwiseCommand | none | Spin_Toolbar | Spin Globe in a clockwise direction |
Command | Spin Counter Clockwise | SpinRotate_RotateCounterClockwise | Spin/Rotate | {8815391A-FAFD-4CEE-B1BC-C593CE6DFFCC} esriArcGlobe.SpinCounterClockwiseCommand | none | Spin_Toolbar | Spin in a Counter Clockwise Direction |
Command | Stop Spin | SpinRotate_RotateStop | Spin/Rotate | {3544E79E-A901-45DF-A5AB-D7A7EF02BD44} esriArcGlobe.SpinStopCommand | none | Spin_Toolbar | Stop the globe from further spinning |
Toolbar | Standard | Standard_Toolbar | none | {B461CE00-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxDefaultTools | none | none | none |
Command | New | File_New | Tools | {B461CE0A-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileNewCommand | none | Standard_Toolbar | Create a globe |
Command | Open | File_Open | Tools | {B461CE0B-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileOpenCommand | none | Standard_Toolbar | Open an existing globe |
Command | Save | File_Save | Tools | {B461CE0C-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFileSaveCommand | none | Standard_Toolbar | Save the current scene |
Command | File_Print | File | {B461CE0D-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFilePrintCommand | none | Standard_Toolbar | Print the current scene | |
Command | Cut | Edit_Cut | Edit | {B461CE11-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditCutCommand | none | Standard_Toolbar | Cut the selected element(s) |
Command | Copy | Edit_Copy | Edit | {B461CE12-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditCopyCommand | none | Standard_Toolbar | Copy the selected element(s) |
Command | Paste | Edit_Paste | Edit | {B461CE13-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditPasteCommand | none | Standard_Toolbar | Paste the clipboard contents into your map |
Command | Delete | Edit_Delete | Edit | {B461CE14-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxEditDeleteCommand | none | Standard_Toolbar | Delete the selected element(s) |
Command | Undo | Edit_Undo | Edit | {FBF8C3FB-0480-11D2-8D21-080009EE4E51} esriArcMapUI.MxEditMenuItem | 1 | Standard_Toolbar | Undo the last action |
Command | Redo | Edit_Redo | Edit | {FBF8C3FB-0480-11D2-8D21-080009EE4E51} esriArcMapUI.MxEditMenuItem | 2 | Standard_Toolbar | Redo the previously undone action |
Command | Add Data | File_AddData | File | {B461CE07-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxAddDataCommand | none | Standard_Toolbar | Add new data to the scene |
Command | Add Viewer | Window_SubView | Window | {B461CE09-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxSubViewCommand | none | Standard_Toolbar | Add new Viewer |
Command | Table Of Contents | Tools_SceneTreeView | View | {B461CE08-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GlobeTreeViewCommand | none | Standard_Toolbar | Opens the Table Of Contents window so you can work with your globe's contents |
Command | Catalog | File_CatalogWindow | File | {79D6A9E5-C3C3-4F47-9E7F-4ABE329EAA67} esriArcMapUI.CatalogWindowCommand | none | Standard_Toolbar | Opens the Catalog window so you can access and manage your data. |
Command | Search | File_ArcGISSearchCommand | File | {3E206C92-5576-46F2-9C96-209B81D229C2} esriArcMapUI.ArcGISSearchCommand | none | Standard_Toolbar | Opens the Search window so you can search for data, maps, tools, etc. |
Command | ArcToolbox | ArcToolbox_ShowToolbox | ArcToolbox | {85980C3A-652A-47ED-8CD2-1B99DD060AAB} esriGeoprocessingUI.ArcToolboxCmd | none | Standard_Toolbar | Opens the ArcToolbox window so you can access geoprocessing tools and toolboxes |
Command | Python | ArcToolbox_ShowCommandLine | ArcToolbox | {1A7E7146-BDFB-4755-93DE-100171382BFF} esriGeoprocessingUI.GPCommandLineCmd | none | Standard_Toolbar | Opens the Python window so you can execute geoprocessing commands and scripts |
Command | ModelBuilder | ArcToolbox_ShowModelBuilder | ArcToolbox | {F6F97AA5-40F2-4C96-8A52-09CF68B30C06} esriGeoprocessingUI.GPModelBuilderCmd | none | Standard_Toolbar | Opens the ModelBuilder window so you can make a geoprocessing model |
Command | What's This? | Help_ContextHelp | Help | {81972F0D-388A-11D3-9F57-00C04F6BC61A} esriFramework.HelpTool | none | Standard_Toolbar | Get help on the menu command or tool you select |
Toolbar | Tools | GMx_ViewerTools | none | {B461CE1B-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxViewerTools | none | none | none |
Command | Navigate Tool | Viewer_Navigate | Viewer | {B461CE1C-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxNavigateTool | none | GMx_ViewerTools | Navigates the scene. |
Command | Pan Tool | Viewer_Pan | Viewer | {B461CE28-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxPanTool | none | GMx_ViewerTools | Pans the scene. |
Command | Fly Tool | Viewer_Fly | Viewer | {B461CE1D-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFlyTool | none | GMx_ViewerTools | Flies through the scene. |
Command | Set Observer Tool | Viewer_Observer | Viewer | {B461CE2B-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxObserverTool | none | GMx_ViewerTools | Sets observer position to selected point. |
Command | Full Extent | Viewer_FullExtent | Viewer | {B461CE22-216D-11D6-B2B3-00508BCDDE28} esriArcGlobe.GMxFullExtentCommand | none | GMx_ViewerTools | Displays the scene at full extent. |
Command | Navigation Mode | Viewer_ToggleNavigationMode | Viewer | {F264E338-C38B-40EE-BBD4-939F9A2E6E25} esriArcGlobe.GMxNavigationModeCommand | none | GMx_ViewerTools | Toggles globe and surface navigation modes. |
Command | Select Features Tool | Viewer_SelectFeatures | Viewer | {C770A43C-39D9-4C59-A5A8-434131E9872C} esriArcGlobe.GMxSelectFeaturesTool | none | GMx_ViewerTools | Select features by clicking |
Command | Clear Selected Features | Selection_ClearSelection | Selection | {AF988F5C-A789-4EE3-A6BB-3EA4A3637760} esriArcGlobe.GMxClearSelectionCommand | none | GMx_ViewerTools | Unselect the currently selected features in all layers |
Command | Select Graphics | Edit_Select | Edit | {F428652A-0156-445E-A2DC-100931B41BF2} esriArcGlobe.GMxSelectTool | none | GMx_ViewerTools | Select graphics |
Command | Globe Identify | ControlToolsGlobeInquiry_Identify | Globe Inquiry | {DFAA725E-E8D4-4F61-97B4-E560378337EA} esriControls.ControlsGlobeIdentifyTool | none | GMx_ViewerTools | Identifies geographic features by clicking a point on the globe |
Command | Hyperlink | Query_Hyperlink | Viewer | {42F0E437-9E39-46A8-98DE-6D875A471DAE} esriArcGlobe.GMxHyperlinkTool | none | GMx_ViewerTools | Triggers Hyperlinks for Features |
Command | HTML Popup | Query_HTMLPopup | Viewer | {144D3D4A-20A1-456A-8887-7FEB58BA4BCE} esriArcGlobe.GMxHTMLPopupInfoTool | none | GMx_ViewerTools | Triggers HTML Popups from features |
Command | Find | ControlToolsGlobeInquiry_Find | Globe Inquiry | {79527CB7-EAD2-4FE0-82CA-77A2CABBC64A} esriControls.ControlsGlobeFindCommand | none | GMx_ViewerTools | Find features, places and addresses on the globe |
Command | Go To XY | ControlToolsGlobe_GoTo | Globe | {DF96F6AE-C716-4803-961F-5CAF047D36F2} esriControls.ControlsGlobeGoToCommand | none | GMx_ViewerTools | Find XY Locations in a map |
Command | Globe Measure | ControlToolsGlobeInquiry_Measure | Globe Inquiry | {AA217001-E9B7-4C21-A7A4-375160322887} esriControls.ControlsGlobeMeasureTool | none | GMx_ViewerTools | Measures distance on a globe |
Command | Pause Data Caching | Viewer_PauseDrawing | Viewer | {16BA6FDB-3BF0-49CF-BCCC-C636F6B333E4} esriArcGlobe.GMxPauseDrawingCommand | none | GMx_ViewerTools | Pause the caching of new data tiles |
Command | Draft Mode | Viewer_DraftMode | Viewer | {03AC8951-C798-410B-8852-584B22E7A61F} esriArcGlobe.GMxDraftModeCommand | none | GMx_ViewerTools | Switch Draft Mode On/Off |
Command | Time Slider | Window_TimeSliderWindow | Window | {5A4BF67B-34AA-4F78-A62B-238DB984995E} esriArcGlobe.GMxTimeSliderWindowCommand | none | GMx_ViewerTools | Opens the Time Slider window for working with temporal data |
Toolbar | Tracking Analyst | Tracking Analyst Toolbar | none | {D53BF211-24FB-11D4-B34C-00104BA2ABCC} esriTrackingAnalystUI.TAToolBar | none | none | none |
Menu | Tracking Analyst | Tracking Analyst Menubar | none | {08850889-5B9F-45D4-AC60-3400F7676CA9} esriTrackingAnalystUI.TAMenuBar | none | Tracking Analyst Toolbar | none |
Command | Animation Tool | Tracking Analyst_Animation Tool | Tracking Analyst | {D53BF1F3-24FB-11D4-B34C-00104BA2ABCC} esriTrackingAnalystUI.AnimationWizard | none | Tracking Analyst Menubar | Open Animation Tool to create multimedia copy of active data frame |
Menu | Data Clock | data clock menu name | none | {5CE06D1A-1BEC-11D6-B831-00010265ADC5} esriTrackingAnalystUI.TemporalChartMenu | none | Tracking Analyst Menubar | none |
Command | Create Data Clock | TrackingAnalyst_CreateDataClock | Tracking Analyst | {2A9429C8-1A4E-11D6-B831-00010265ADC5} esriTrackingAnalystUI.CreateDataClockCommand | none | data clock menu name | Create a new data clock to symbolize event occurrences over time |
Command | Manage | Tracking Analyst_&Manage... | Tracking Analyst | {BC3D9EF0-D307-11D5-B811-00010265ADC5} esriTrackingAnalystUI.TemporalDataClockTool | none | data clock menu name | Create a new data clock to symbolize event occurrences over time |
Command | Settings | Tracking Analyst_Settings | Tracking Analyst | {10FA821D-ECC7-4330-B724-FBEAEF195B30} esriTrackingAnalystUI.TASettings | none | Tracking Analyst Menubar | Tracking Analyst Global Settings |
Command | Add Temporal Data | Add Temporal Data Wizard | Tracking Analyst | {D53BF1F2-24FB-11D4-B34C-00104BA2ABCC} esriTrackingAnalystUI.TemporalEventWizard | none | Tracking Analyst Toolbar | Add historic temporal data to active data frame |
Command | Playback Manager | TrackingAnalyst_PlaybackManager | Tracking Analyst | {06107E62-D0A0-4C15-813D-4FCB325D0921} esriTrackingAnalystUI.PlaybackTool | none | Tracking Analyst Toolbar | Open Playback Manager to replay real-time and historic data |
Command | Track Step Tool | TrackingAnalyst_StepTool | Tracking Analyst | {054F6418-3269-4466-AA0D-82051D076D27} esriTrackingAnalystUI.StepTool | none | Tracking Analyst Toolbar | Step through selected tracks using the Arrow Keys |
Toolbar | Versioning | Versioning_VersionToolbar | none | {8E8F4C7D-ACA7-11D2-9F19-00C04F6BC979} esriEditor.VersionToolBar | none | none | none |
Command | Version Manager | Versioning_VersionManager | Versioning | {2818B7C1-E9D2-11D1-8490-0000F875B9C6} esriEditor.VersionManagerCommand | none | Versioning_VersionToolbar | Hides/shows the version management dialog |
Command | Create New Version | Versioning_NewVersion | Versioning | {8E8F4C7F-ACA7-11D2-9F19-00C04F6BC979} esriEditor.NewVersionCommand | none | Versioning_VersionToolbar | Creates a new version |
Command | Refresh | Versioning_Refresh | Versioning | {8E8F4C7E-ACA7-11D2-9F19-00C04F6BC979} esriEditor.RefreshVersionCommand | none | Versioning_VersionToolbar | Refreshes the database connection and redraws the map |
Command | Change Version | Workspace_ChangeVersion | Versioning | {5ADB1DBC-DCBC-11D2-9F26-00C04F6BC979} esriArcMapUI.ChangeVersionCommand | none | Versioning_VersionToolbar | Changes the current version of the database |
Command | Reconcile | Versioning_Reconcile | Versioning | {D90B1760-95FF-11D2-8526-0000F875B9C6} esriEditor.ReconcileCommand | none | Versioning_VersionToolbar | Reconciles this version against another version. |
Command | Post | Versioning_Post | Versioning | {BA47F54C-B4B0-11D2-9F1A-00C04F6BC979} esriEditor.PostCommand | none | Versioning_VersionToolbar | Posts your edits to another version of the database |
Command | Conflicts | Versioning_Conflicts | Versioning | {D90B1761-95FF-11D2-8526-0000F875B9C6} esriEditor.ConflictsCommand | none | Versioning_VersionToolbar | Shows the conflicts window. |
Command | Version Changes | Versioning_Changes | Versioning | {D6358D8C-7887-4DD9-AB7F-9F2B2A755E9D} esriEditor.VersionChangesCommand | none | Versioning_VersionToolbar | Finds Changes between two versions. |