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 are trying to find.
This table contains the following information:
- Caption, name, and globally unique identifer (GUID) of the built-in toolbars in ArcScene.
- Caption, name, GUID, and parent of the built-in menus in ArcScene.
- 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 ArcScene.
Type | Caption | Name | Command Category | GUID (CLSID / ProgID) | Sub Type | Parent | Description |
---|---|---|---|---|---|---|---|
Toolbar | Main menu | Sx_MenuBar | none | {9EBDBB50-A365-11D3-8206-0080C7597E71} esriArcScene.SxMenuBar | none | none | none |
Menu | File | Sx_FileMenu | none | {A991A970-A365-11D3-8206-0080C7597E71} esriArcScene.SxFileMenu | none | Sx_MenuBar | none |
Command | New | File_New | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 1 | Sx_FileMenu | Create a scene |
Command | Open | File_Open | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 2 | Sx_FileMenu | Open an existing scene |
Command | Save | File_Save | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 3 | Sx_FileMenu | Save the current scene |
Command | Save As | File_SaveAs | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 4 | Sx_FileMenu | Save the current scene with a new name |
Command | Save A Copy | File_Save_A_Copy | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 7 | Sx_FileMenu | Saves a copy of the current document with the option of saving to a previous version. |
Menu | Add Data | AddData_Menu | none | {364009FE-9D6B-4DFE-B068-2F5F22385D5A} esriArcScene.SxAddDataMenu | none | Sx_FileMenu | none |
Command | Add Data | File_AddData | File | {B3262C30-A7CE-11D3-820A-0080C7597E71} esriArcScene.SxAddDataCommand | none | AddData_Menu | Add new data to the scene |
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 | Sx_FileMenu | none |
Command | File_Print | File | {B23C49B6-17DD-11D4-9B76-00C04FA33299} esriArcScene.SxFilePrintCommand | none | Sx_FileMenu | Print the current scene | |
Menu | Export Scene | Sx_ExportMenu | none | {A67C466A-328A-11D4-A15F-444553547777} esriArcScene.SxExportMenu | none | Sx_FileMenu | none |
Command | 2D | File_Export2d | File | {B23C49B7-17DD-11D4-9B76-00C04FA33299} esriArcScene.SxFileExport2dCommand | none | Sx_ExportMenu | Export Scene to 2D graphics file |
Command | 3D | File_Export3d | File | {C84453AE-3290-11D4-A15F-444553547777} esriArcScene.SxFileExport3dCommand | none | Sx_ExportMenu | Export Scene to 3D graphics file |
Command | Scene Document Properties | File_Properties | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 6 | Sx_FileMenu | Display the document properties |
Command | { Recent files } | { File_RecentFiles } | none | {0D564150-EE74-11D3-A0A1-00C04F8ECE27} esriArcScene.SxRecentFiles | none | Sx_FileMenu | none |
Command | Exit | File_Exit | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 5 | Sx_FileMenu | Exit the application |
Menu | Edit | Sx_EditMenu | none | {B164F840-A365-11D3-8206-0080C7597E71} esriArcScene.SxEditMenu | none | Sx_MenuBar | none |
Command | Undo | Edit_Undo | Edit | {FBF8C3FB-0480-11D2-8D21-080009EE4E51} esriArcMapUI.MxEditMenuItem | 1 | Sx_EditMenu | Undo the last action |
Command | Redo | Edit_Redo | Edit | {FBF8C3FB-0480-11D2-8D21-080009EE4E51} esriArcMapUI.MxEditMenuItem | 2 | Sx_EditMenu | Redo the previously undone action |
Command | Cut | Edit_Cut | Edit | {BCFA2100-A7C8-11D3-820A-0080C7597E71} esriArcScene.SxEditMenuItem | 1 | Sx_EditMenu | Cut the selected element(s) |
Command | Copy | Edit_Copy | Edit | {BCFA2100-A7C8-11D3-820A-0080C7597E71} esriArcScene.SxEditMenuItem | 2 | Sx_EditMenu | Copy the selected element(s) |
Command | Paste | Edit_Paste | Edit | {BCFA2100-A7C8-11D3-820A-0080C7597E71} esriArcScene.SxEditMenuItem | 3 | Sx_EditMenu | Paste the clipboard contents into your map |
Command | Delete | Edit_Delete | Edit | {BCFA2100-A7C8-11D3-820A-0080C7597E71} esriArcScene.SxEditMenuItem | 4 | Sx_EditMenu | Delete the selected element(s) |
Command | Copy Scene To Clipboard | Edit_CopyScene | Edit | {CCB0C82A-7522-11D4-A1C6-444553547777} esriArcScene.SxCopySceneCommand | none | Sx_EditMenu | Copy Scene To Clipboard |
Command | Select All Graphics | Edit_SelectAll | Edit | {BCFA2100-A7C8-11D3-820A-0080C7597E71} esriArcScene.SxEditMenuItem | 5 | Sx_EditMenu | Selects all graphics |
Command | Unselect All Graphics | Edit_UnselectAll | Edit | {BCFA2100-A7C8-11D3-820A-0080C7597E71} esriArcScene.SxEditMenuItem | 6 | Sx_EditMenu | Clear graphic selection |
Command | Zoom to Selected Graphics | Edit_ZoomToSelected | Edit | {BCFA2100-A7C8-11D3-820A-0080C7597E71} esriArcScene.SxEditMenuItem | 7 | Sx_EditMenu | Zoom to selected graphics |
Menu | View | Sx_ViewMenu | none | {B7090070-A365-11D3-8206-0080C7597E71} esriArcScene.SxViewMenu | none | Sx_MenuBar | none |
Command | View Settings | View_ViewSettings | View | {369EA44F-9ADB-11D4-A110-00508BD60CB9} esriArcScene.SxViewSettingsCommand | none | Sx_ViewMenu | Show Camera and View settings |
Menu | Graphs | DataGraphOptions_Menu | none | {4C6E6A2B-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenu | none | Sx_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 | {7907B526-7670-4D07-988B-609E8F6C709F} esriArcScene.SxFullScreenCommand | none | Sx_ViewMenu | Sets display window in full screen mode. |
Command | Status Bar | View_SxStatusBar | View | {BE2C94B0-A365-11D3-8206-0080C7597E71} esriArcScene.SxStatusBar | none | Sx_ViewMenu | Show or hide the status bar |
Command | Scene Properties | Scene_SceneProperties | Scene | {3BB42A1F-05A0-11D4-9F79-00C04F6BC619} esriArcScene.SceneContextMenuItems | 1 | Sx_ViewMenu | Display the scene's properties |
Menu | Bookmarks | BookMarks_Menu | none | {2D4E6A63-804C-11D5-B29B-00508BCDDE28} esriArcScene.SxBookmarksMenu | none | Sx_MenuBar | none |
Command | Create | View_CreateBookmark | View | {5C005B0A-8A8F-11D5-B29C-00508BCDDE28} esriArcScene.SxCreateBookmarkCommand | none | BookMarks_Menu | Create a Camera Bookmark |
Command | Manage | View_ManageBookmarks | View | {5C005B09-8A8F-11D5-B29C-00508BCDDE28} esriArcScene.SxManageBookmarksCommand | none | BookMarks_Menu | Manage camera bookmarks |
Command | { Bookmarks } | { Tools_BookMarkMenu } | none | {2D4E6A64-804C-11D5-B29B-00508BCDDE28} esriArcScene.SxBookmarkMenuItem | none | BookMarks_Menu | none |
Menu | Selection | Selection_Menu | none | {3558D457-268E-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionMenu | none | Sx_MenuBar | none |
Command | Select By Attributes | Selection_AttributeSelect | Selection | {3558D458-268E-11D4-A383-00C04F6BC619} esriArcScene.SxAttributeSelectCommand | none | Selection_Menu | Selects features by their attribute values |
Command | Select By Location | Selection_SelectByLayer | Selection | {3558D45B-268E-11D4-A383-00C04F6BC619} esriArcScene.SxSelectByLayerCommand | none | Selection_Menu | Selects features using the location of features in another layer |
Command | Zoom To Selected Features | Query_ZoomToSelected | Selection | {3558D456-268E-11D4-A383-00C04F6BC619} esriArcScene.SxZoomToSelectedCommand | none | Selection_Menu | Zoom to the selected features in all layers |
Command | Statistics | Selection_SelectionStatistics | Selection | {3558D45C-268E-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionStatisticsCommand | 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 | {3558D45A-268E-11D4-A383-00C04F6BC619} esriArcScene.SxClearSelectionCommand | none | Selection_Menu | Unselect the currently selected features in all layers |
Menu | Interactive Selection Method | SelectionType_Menu | none | {37E95E8B-2762-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionTypeMenu | none | Selection_Menu | none |
Command | Create New Selection | Selection_SelectFeatures | Selection | {37E95E8C-2762-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionTypeMenuItem | 1 | SelectionType_Menu | Create New Selection |
Command | Add to Current Selection | Selection_AddToCurrentSelection | Selection | {37E95E8C-2762-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionTypeMenuItem | 2 | SelectionType_Menu | Add to Current Selection |
Command | Remove From Current Selection | Selection_RemoveFromCurrentSelection | Selection | {37E95E8C-2762-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionTypeMenuItem | 3 | SelectionType_Menu | Remove from Current Selection |
Command | Select From Current Selection | Selection_SelectFromCurrentSelection | Selection | {37E95E8C-2762-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionTypeMenuItem | 4 | SelectionType_Menu | Select from Current Selection |
Command | Selection Options | Selection_SelectionOptions | Selection | {37E95E8D-2762-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionOptionsCommand | none | Selection_Menu | Choose selection options such as highlight color |
Menu | Geoprocessing | Geoprocessing_Menu | none | {F830D42D-806D-4A30-B560-67469B9FF3AB} esriGeoprocessingUI.GeoprocessingMenu | none | Sx_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 | Sx_CustomizeMenu | none | {E599B095-38CD-4327-8AEE-4198EDD1E37F} esriArcScene.SxCustomizeMenu | none | Sx_MenuBar | none |
Menu | Toolbars | none | {10BAA9F9-1C2F-11D2-94B6-080009EEBECB} esriFramework.ToolbarContextMenu | none | Sx_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 | Sx_CustomizeMenu | Manipulates the extensions |
Command | Add-In Manager | AddInManager | Tools | {EC9C5C3E-A5B5-4EE5-A7C0-D029044F89C4} esriFramework.AddInMgrCommand | none | Sx_CustomizeMenu | Manage your Add-Ins |
Menu | VBA Macros | Sx_MacrosMenu | none | {0BC283D0-A366-11D3-8206-0080C7597E71} esriArcScene.SxMacrosMenu | none | Sx_CustomizeMenu | none |
Command | Macros | Tools_Macros | Tools | {133D31C0-A366-11D3-8206-0080C7597E71} esriArcScene.SxToolsMacros | none | Sx_MacrosMenu | Create, edit or execute a Visual Basic macro |
Command | Visual Basic Editor | Tools_VisualBasicEditor | Tools | {191098C0-A366-11D3-8206-0080C7597E71} esriArcScene.SxToolsVisualBasicEditor | none | Sx_MacrosMenu | Displays the Visual Basic editor |
Command | Customize Mode | Untitled | Tools | {8807BD31-6947-11D2-8D4C-080009EE4E51} esriFramework.CustomizeCommand | none | Sx_CustomizeMenu | Customize the user interface |
Command | Style Manager | Tools_StyleManager | Tools | {C09EB3C2-BDC9-11D5-A125-00508BD60CB9} esriArcScene.SxStyleOptionsMenuItem | 2 | Sx_CustomizeMenu | Browse and manage the contents of styles |
Command | ArcScene Options | Tools_Options | Tools | {E2BA84F0-A365-11D3-8206-0080C7597E71} esriArcScene.SxToolsOptions | none | Sx_CustomizeMenu | ArcScene Options |
Menu | Windows | Window_Menu | none | {62DD0428-0D92-11D4-A0EF-00C04F8ECE27} esriArcScene.SxWindowMenu | none | Sx_MenuBar | none |
Command | Add Viewer | Window_SubView | Window | {11617608-A819-11D3-ABB8-0008C73FCA1C} esriArcScene.SxSubViewCommand | none | Window_Menu | Add new Viewer |
Command | Viewer Manager | Window_Windows | Window | {1168ED65-0D92-11D4-A0EF-00C04F8ECE27} esriArcScene.SxWindowMenuItem | 1 | Window_Menu | Show all sub viewers |
Command | Table Of Contents | Tools_SceneTreeView | View | {8CDBE226-A816-11D3-ABB8-0008C73FCA1C} esriArcScene.SceneTreeViewCommand | none | Window_Menu | Opens the Table Of Contents window so you can work with your scene'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 | Sx_HelpMenu | none | {E867B840-A365-11D3-8206-0080C7597E71} esriArcScene.SxHelpMenu | none | Sx_MenuBar | none |
Command | ArcGIS Desktop Help | Help_Contents | Help | {F5E6B330-A365-11D3-8206-0080C7597E71} esriArcScene.SxHelpContents | none | Sx_HelpMenu | Display the Help topics for ArcScene |
Command | ArcGIS Desktop Resource Center | Help_ArcGISResourceCenter | Help | {4B6B8DA1-19B0-4289-AF9D-16FB23647D5D} esriFramework.HelpMenuItem | 7 | Sx_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 | Sx_HelpMenu | Get help on the menu command or tool you select |
Command | About ArcScene | Help_About | Help | {FCC58400-A365-11D3-8206-0080C7597E71} esriArcScene.SxHelpAbout | none | Sx_HelpMenu | Get information about this application |
Toolbar | 3D Analyst | 3DAnalyst_Toolbar | none | {3FA6313B-7EB4-11D4-A10D-00508BD60CB9} esri3DAnalystUI.DDDAnalystToolBar | none | none | none |
Command | 3D Analyst Layer List Control | 3DAnalyst_LayerListControl | 3D Analyst | {2D73B144-8F1C-11D4-A10F-00508BD60CB9} esri3DAnalystUI.DDDAnalystLayerListControl | none | 3DAnalyst_Toolbar | 3D Analyst Layer List Control |
Command | Contour Tool | 3DAnalyst_Contour | 3D Analyst | {28BADA1A-8DAC-11D4-A10F-00508BD60CB9} esri3DAnalystUI.DDDAnalystContourTool | none | 3DAnalyst_Toolbar | Generates the contour that passes through a query point |
Command | Steepest Path Tool | 3DAnalyst_SteepPath | 3D Analyst | {2D73B141-8F1C-11D4-A10F-00508BD60CB9} esri3DAnalystUI.DDDAnalystSteepPathTool | none | 3DAnalyst_Toolbar | Generates the steepest path down from a point |
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 Vertex Tool | 3DEditor_EditVertexTool | Editor | {8FA9D558-EC45-4537-9D23-25DD2218CDFA} esri3DAnalystUI.New3DEditTool | none | 3DEditor_3DEditorToolbar | Edits features and their 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 | 3D Effects | 3DEffects_ToolBar | none | {80E3F11E-C4BB-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsToolBar | none | none | none |
Command | 3D Effects Layer List Control | 3DEffects_LayerListControl | 3D Effects | {80E3F11F-C4BB-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsLayerListControl | none | 3DEffects_ToolBar | Selects the layer to apply an effect |
Command | Transparency | 3DEffects_TransparencyCommand | 3D Effects | {80E3F120-C4BB-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsTransparencyCommand | none | 3DEffects_ToolBar | Changes interactively the layer transparency |
Command | Change Face Culling | 3DEffects_FaceCullingCommand | 3D Effects | {2381285B-C54E-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsFaceCullingCommand | none | 3DEffects_ToolBar | Controls the layer face culling option |
Command | Change Layer Lighting | 3DEffects_LightingCommand | 3D Effects | {2381285C-C54E-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsLightingCommand | none | 3DEffects_ToolBar | Switches on/off the layer lighting |
Command | Change Shading Mode | 3DEffects_ShadingCommand | 3D Effects | {9B75B279-C7B2-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsShadingCommand | none | 3DEffects_ToolBar | Sets the shading mode (smooth/flat) of a layer |
Command | Change Depth Priority | 3DEffects_IncPriorityCommand | 3D Effects | {2381285A-C54E-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsPriorityCommand | none | 3DEffects_ToolBar | Changes interactively the depth priority of the layer |
Toolbar | 3D Graphics | SxGraphics_Toolbar | none | {452CA218-681F-41C0-9A27-2E8CC0193432} esriArcScene.SxGraphicsToolBar | none | none | none |
Menu | Graphics | Graphics_GraphicsMenu | none | {3C32E104-5B05-4DF0-9851-B47A2AFB625E} esriArcScene.GraphicsMenu | none | SxGraphics_Toolbar | none |
Command | New Graphics Layer | Graphics_NewGraphicsLayer | Graphics | {848647A1-5B12-49A4-A77A-F6D6D1041641} esriArcScene.SxNewGraphicsLayerCommand | none | Graphics_GraphicsMenu | Create a new graphics layer in which to store text and graphics |
Menu | Active Graphics Layer Target | Graphics_ActiveGraphicsLayersMenu | none | {8137AC98-C09C-48B2-B110-563000995974} esriArcScene.SxActiveGraphicsLayerMenu | none | Graphics_GraphicsMenu | none |
Command | { Graphic Layer Targets } | { Graphics_GraphicsLayersListMenu } | none | {EE25C9C0-EAE2-4D12-A06A-F65085E930D5} esriArcScene.SxGraphicsLayersListMenu | none | Graphics_ActiveGraphicsLayersMenu | none |
Command | Default Symbol Properties | Graphics_DefaultSymbolProperties | Graphics | {3084786F-C735-469F-AE1A-9ED952EC0945} esriArcScene.SxDefaultSymbolPropertiesCommand | none | Graphics_GraphicsMenu | Set Default Symbol Properties |
Command | Default 3D Text Properties | Graphics_Default3DTextProperties | Graphics | {A714250D-88C8-46BA-8D85-D1D0274F5881} esriArcScene.SxDefault3DTextPropertiesCommand | none | Graphics_GraphicsMenu | Set Default 3D Text Properties |
Command | Select Graphics | Edit_Select | Edit | {D2A103A6-0AB1-11D4-A0EC-00C04F8ECE27} esriArcScene.SxSelectTool | none | SxGraphics_Toolbar | Select graphics |
Command | Marker Graphic | Graphics_NewMarkerElement | Graphics | {191EBC18-9466-49DE-A0C5-3318CEE71FE9} esriArcScene.SxNewMarkerTool | none | SxGraphics_Toolbar | Add a marker graphic to scene |
Command | New Line | Graphics_NewLineElement | Graphics | {A840F2AE-78A7-4201-8B78-BB61C81D1867} esriArcScene.SxNewLineTool | none | SxGraphics_Toolbar | Draw a line |
Command | New Polygon | Graphics_NewPolygonElement | Graphics | {DA898F51-AA8D-4172-98F7-0E57B0641AEF} esriArcScene.SxNewPolygonTool | none | SxGraphics_Toolbar | Draw a polygon |
Command | 3D Text | Graphics_NewText3DElement | Graphics | {DE6B7DF7-E279-11D4-A116-00508BD60CB9} esriArcScene.SxNewText3DTool | none | SxGraphics_Toolbar | Add 3D text graphics to scene |
Command | Marker Color | Marker_Color | Graphics | {FB9A7157-626B-11D4-A7EF-00C04F6BC619} esriArcScene.SxMarkerColorToolControl | none | SxGraphics_Toolbar | Change the marker color |
Command | Line Color | Line_Color | Graphics | {FB9A7156-626B-11D4-A7EF-00C04F6BC619} esriArcScene.SxLineColorToolControl | none | SxGraphics_Toolbar | Change the line color |
Command | Fill Color | Fill_Color | Graphics | {FB9A7155-626B-11D4-A7EF-00C04F6BC619} esriArcScene.SxFillColorToolControl | none | SxGraphics_Toolbar | Change the fill color |
Command | 3D Text Color | Text3D_Color | Graphics | {6B72B5C3-09DE-44CD-8547-4084F423528F} esriArcScene.SxText3DColorToolControl | none | SxGraphics_Toolbar | Change the 3D text color |
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 | Move Layer along Path | Animation_LayerFromPath | Animation | {1D2BF700-7BE5-415C-9554-76374FD58CDD} esriAnimationUI.AnimationLayerMovFromPathCommand | none | Animation_Menu | Create a layer animation track from a 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 | Standard | Standard_Toolbar | none | {2EA00200-A366-11D3-8206-0080C7597E71} esriArcScene.SxDefaultTools | none | none | none |
Command | New | File_New | Tools | {62F67100-A924-11D3-A40F-0004AC1B1D86} esriArcScene.SxFileNewCommand | none | Standard_Toolbar | Create a scene |
Command | Open | File_Open | Tools | {0FCFABF4-EE26-11D3-AB54-0008C73FD50C} esriArcScene.SxFileOpenCommand | none | Standard_Toolbar | Open an existing scene |
Command | Save | File_Save | Tools | {0FCFABF5-EE26-11D3-AB54-0008C73FD50C} esriArcScene.SxFileSaveCommand | none | Standard_Toolbar | Save the current scene |
Command | File_Print | File | {B23C49B6-17DD-11D4-9B76-00C04FA33299} esriArcScene.SxFilePrintCommand | none | Standard_Toolbar | Print the current scene | |
Command | Cut | Edit_Cut | Edit | {A7A4E048-04C9-11D4-AB69-0008C73FD50C} esriArcScene.SxEditCutCommand | none | Standard_Toolbar | Cut the selected element(s) |
Command | Copy | Edit_Copy | Edit | {A7A4E049-04C9-11D4-AB69-0008C73FD50C} esriArcScene.SxEditCopyCommand | none | Standard_Toolbar | Copy the selected element(s) |
Command | Paste | Edit_Paste | Edit | {A7A4E04A-04C9-11D4-AB69-0008C73FD50C} esriArcScene.SxEditPasteCommand | none | Standard_Toolbar | Paste the clipboard contents into your map |
Command | Delete | Edit_Delete | Edit | {A7A4E04B-04C9-11D4-AB69-0008C73FD50C} esriArcScene.SxEditDeleteCommand | 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 | {B3262C30-A7CE-11D3-820A-0080C7597E71} esriArcScene.SxAddDataCommand | none | Standard_Toolbar | Add new data to the scene |
Command | Add Viewer | Window_SubView | Window | {11617608-A819-11D3-ABB8-0008C73FCA1C} esriArcScene.SxSubViewCommand | none | Standard_Toolbar | Add new Viewer |
Command | Table Of Contents | Tools_SceneTreeView | View | {8CDBE226-A816-11D3-ABB8-0008C73FCA1C} esriArcScene.SceneTreeViewCommand | none | Standard_Toolbar | Opens the Table Of Contents window so you can work with your scene'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 | Sx_ViewerTools | none | {9DC842F7-F144-11D3-9F75-00C04F6BC619} esriArcScene.SxViewerTools | none | none | none |
Command | Navigate Tool | Viewer_Navigate | Viewer | {9DC842F8-F144-11D3-9F75-00C04F6BC619} esriArcScene.SxNavigateTool | none | Sx_ViewerTools | Navigates the scene. |
Command | Fly Tool | Viewer_Fly | Viewer | {6DFDEFBD-AC4C-11D4-B275-00508BCDDE28} esriArcScene.SxFlyTool | none | Sx_ViewerTools | Flies through the scene. |
Command | Target Center Tool | Viewer_TargetCenter | Viewer | {6CB14F9B-1FA0-11D4-A381-00C04F6BC619} esriArcScene.SxTargetCenterTool | none | Sx_ViewerTools | Center view at selected target. |
Command | Target Zoom Tool | Viewer_TargetZoom | Viewer | {6CB14F9C-1FA0-11D4-A381-00C04F6BC619} esriArcScene.SxTargetZoomTool | none | Sx_ViewerTools | Zoom to selected target. |
Command | Set Observer Tool | Viewer_Observer | Viewer | {6CB14F9D-1FA0-11D4-A381-00C04F6BC619} esriArcScene.SxObserverTool | none | Sx_ViewerTools | Sets observer position to selected point. |
Command | Zoom In Tool | Viewer_ZoomIn | Viewer | {9DC842F9-F144-11D3-9F75-00C04F6BC619} esriArcScene.SxZoomInTool | none | Sx_ViewerTools | Zooms in on the scene. |
Command | Zoom Out Tool | Viewer_ZoomOut | Viewer | {9DC842FA-F144-11D3-9F75-00C04F6BC619} esriArcScene.SxZoomOutTool | none | Sx_ViewerTools | Zooms out on the scene. |
Command | Pan Tool | Viewer_Pan | Viewer | {6CB14F9A-1FA0-11D4-A381-00C04F6BC619} esriArcScene.SxPanTool | none | Sx_ViewerTools | Pans the scene. |
Command | Full Extent | Viewer_FullExtent | Viewer | {9DC842FD-F144-11D3-9F75-00C04F6BC619} esriArcScene.SxFullExtentCommand | none | Sx_ViewerTools | Displays the scene at full extent. |
Command | Select Features Tool | Viewer_SelectFeatures | Viewer | {47491B8F-0CAC-11D4-9F7E-00C04F6BC619} esriArcScene.SxSelectFeaturesTool | none | Sx_ViewerTools | Select features by clicking |
Command | Clear Selected Features | Selection_ClearSelection | Selection | {3558D45A-268E-11D4-A383-00C04F6BC619} esriArcScene.SxClearSelectionCommand | none | Sx_ViewerTools | Unselect the currently selected features in all layers |
Command | Select Graphics | Edit_Select | Edit | {D2A103A6-0AB1-11D4-A0EC-00C04F8ECE27} esriArcScene.SxSelectTool | none | Sx_ViewerTools | Select graphics |
Command | Identify Tool | Viewer_Identify | Viewer | {9DC842FE-F144-11D3-9F75-00C04F6BC619} esriArcScene.SxIdentifyTool | none | Sx_ViewerTools | Identify scene elements. |
Command | HTML Popup | Viewer_HTMLPopup | Viewer | {A5AFCFA2-1605-4296-8B59-EF76A68CFB11} esriArcScene.SxHTMLPopupInfoTool | none | Sx_ViewerTools | Triggers HTML Popups from features |
Command | Find | Viewer_Find | Viewer | {5B09B045-0CB5-11D4-9F7E-00C04F6BC619} esriArcScene.SxFindCommand | none | Sx_ViewerTools | Opens dialog to find features in scene. |
Command | Measure Tool | Viewer_Measure | Viewer | {86279C91-A77E-46EA-AE68-FDC56C9411EC} esriArcScene.SxMeasureTool | none | Sx_ViewerTools | Measure distances in a scene |
Command | Time Slider | Window_TimeSliderWindow | Window | {DC5B526C-3CC8-4E4B-8D79-A1C5F549004B} esriArcScene.SxTimeSliderWindowCommand | none | Sx_ViewerTools | Opens the Time Slider window for working with temporal data |
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. |