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 new scene document. |
Command | Open | File_Open | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 2 | Sx_FileMenu | Open an existing scene document. |
Command | Save | File_Save | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 3 | Sx_FileMenu | Save the current scene document. |
Command | Save As | File_SaveAs | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 4 | Sx_FileMenu | Save the current scene document with a new name. |
Command | Save A Copy | File_Save_A_Copy | File | {22E301BD-A6B6-11D3-ABB8-0008C73FCA1C} esriArcScene.SxFileMenuItem | 7 | Sx_FileMenu | Save a copy of the current scene 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 scene. |
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 the scene to the 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 | Specify your current view of the scene, such as observer and target positions, viewing characteristics , roll angle and pitch. |
Menu | Graphs | DataGraphOptions_Menu | none | {4C6E6A2B-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenu | none | Sx_ViewMenu | none |
Command | Create Graph | DataGraph_Create | DataGraph | {4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenuItem | 1 | DataGraphOptions_Menu | Create 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. |
Command | Create Scatterplot Matrix Graph | DataGraph_CreateScatterplotMatrix | DataGraph | {4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenuItem | 4 | DataGraphOptions_Menu | Create 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. |
Command | Manage Graphs | DataGraph_Manage | DataGraph | {4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenuItem | 2 | DataGraphOptions_Menu | Open 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. |
Command | Load Graph | DataGraph_Load | DataGraph | {4C6E6A2C-DD8A-11D3-A661-0008C7DF88DB} esriArcMapUI.DataGraphOptionsMenuItem | 3 | DataGraphOptions_Menu | Load graph that has been previously saved out as a graph file (.grf). |
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 | Set display window to full screen mode. |
Command | Status Bar | View_SxStatusBar | View | {BE2C94B0-A365-11D3-8206-0080C7597E71} esriArcScene.SxStatusBar | none | Sx_ViewMenu | Toggle the status bar at the bottom of the ArcScene window on or off. |
Command | Scene Properties | Scene_SceneProperties | Scene | {3BB42A1F-05A0-11D4-9F79-00C04F6BC619} esriArcScene.SceneContextMenuItems | 1 | Sx_ViewMenu | Open the Scene Properties dialog box for settings which apply to this scene document. Properties include vertical exaggeration, background color, coordinate system information, the size of the 2D extent and configuring the light source which illuminates the scene. |
Menu | Bookmarks | BookMarks_Menu | none | {2D4E6A63-804C-11D5-B29B-00508BCDDE28} esriArcScene.SxBookmarksMenu | none | Sx_MenuBar | none |
Command | Create Bookmark | View_CreateBookmark | View | {5C005B0A-8A8F-11D5-B29C-00508BCDDE28} esriArcScene.SxCreateBookmarkCommand | none | BookMarks_Menu | Create a spatial bookmark. |
Command | Manage Bookmarks | View_ManageBookmarks | View | {5C005B09-8A8F-11D5-B29C-00508BCDDE28} esriArcScene.SxManageBookmarksCommand | none | BookMarks_Menu | Manage spatial 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 | Select features by their attribute values. |
Command | Select By Location | Selection_SelectByLayer | Selection | {3558D45B-268E-11D4-A383-00C04F6BC619} esriArcScene.SxSelectByLayerCommand | none | Selection_Menu | Select 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 | Display 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 the interactive selection tools, like the Select Features tool, 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 a new selection. |
Command | Add to Current Selection | Selection_AddToCurrentSelection | Selection | {37E95E8C-2762-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionTypeMenuItem | 2 | SelectionType_Menu | Add to the current selection. |
Command | Remove From Current Selection | Selection_RemoveFromCurrentSelection | Selection | {37E95E8C-2762-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionTypeMenuItem | 3 | SelectionType_Menu | Remove from the current selection. |
Command | Select From Current Selection | Selection_SelectFromCurrentSelection | Selection | {37E95E8C-2762-11D4-A383-00C04F6BC619} esriArcScene.SxSelectionTypeMenuItem | 4 | SelectionType_Menu | Select from the 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 | Geoprocessing tool that creates buffer polygons around input features to a specified distance. |
Command | Clip | Analysis Tools_Clip | Analysis Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 85 | Geoprocessing_Menu | Geoprocessing tool that extracts input features that overlay the clip features. |
Command | Intersect | Analysis Tools_Intersect | Analysis Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 88 | Geoprocessing_Menu | Geoprocessing 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. |
Command | Union | Analysis Tools_Union | Analysis Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 90 | Geoprocessing_Menu | Geoprocessing tool computes a geometric union of the input features. |
Command | Merge | Data Management Tools_Merge | Data Management Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 262 | Geoprocessing_Menu | Geoprocessing tool that combines multiple input datasets of the same data type into a single, new output dataset. |
Command | Dissolve | Data Management Tools_Dissolve | Data Management Tools | {80F581B8-FF06-44EE-B6C5-4AC6E5727AC6} esriGeoprocessingUI.GPSystemToolCommand | 168 | Geoprocessing_Menu | Geoprocessing tool used to aggregate features based on specified attributes. |
Command | Search For Tools | GP Search Window | Geoprocessing | {A395E075-78EE-4D01-847C-773667634BF6} esriGeoprocessingUI.GPSearchCmd | none | Geoprocessing_Menu | Open the Search window so you can search for geoprocessing tools. |
Command | ArcToolbox | ArcToolbox_ShowToolbox | ArcToolbox | {85980C3A-652A-47ED-8CD2-1B99DD060AAB} esriGeoprocessingUI.ArcToolboxCmd | none | Geoprocessing_Menu | Open 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 | Open 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. |
Command | ModelBuilder | ArcToolbox_ShowModelBuilder | ArcToolbox | {F6F97AA5-40F2-4C96-8A52-09CF68B30C06} esriGeoprocessingUI.GPModelBuilderCmd | none | Geoprocessing_Menu | Open 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 | Open the Python window so you can execute geoprocessing commands and scripts. |
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. 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. | |
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 | Select 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. |
Command | Add-In Manager | AddInManager | Tools | {EC9C5C3E-A5B5-4EE5-A7C0-D029044F89C4} esriFramework.AddInMgrCommand | none | Sx_CustomizeMenu | Review 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. |
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 | Display the Visual Basic Editor so you can edit the source code for macros. |
Command | Customize Mode | Untitled | Tools | {8807BD31-6947-11D2-8D4C-080009EE4E51} esriFramework.CustomizeCommand | none | Sx_CustomizeMenu | Customize 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. |
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 | Modify ArcScene settings. |
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 a secondary viewer to the scene so you can look at the same data from different directions. Tools that operate in the main viewer also work in secondary viewers. |
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 | Open 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 | Open the Catalog window to access and manage your data. |
Command | Search | File_ArcGISSearchCommand | File | {3E206C92-5576-46F2-9C96-209B81D229C2} esriArcMapUI.ArcGISSearchCommand | none | Window_Menu | Open the Search window to 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 | Launch the help system for ArcGIS Desktop. This help system is installed with the product and doesn't require an Internet connection. |
Command | ArcGIS Resource Center | Help_ArcGISResourceCenter | Help | {4B6B8DA1-19B0-4289-AF9D-16FB23647D5D} esriFramework.HelpMenuItem | 7 | Sx_HelpMenu | Launch the ArcGIS Resource Center website on the Internet. This website features online help, blogs, forums and other useful resources about ArcGIS. |
Command | About ArcScene | Help_About | Help | {FCC58400-A365-11D3-8206-0080C7597E71} esriArcScene.SxHelpAbout | none | Sx_HelpMenu | Get version, build, and other 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 | Choose the surface layer you want the 3D Analyst tools to operate on. |
Command | Contour Tool | 3DAnalyst_Contour | 3D Analyst | {28BADA1A-8DAC-11D4-A10F-00508BD60CB9} esri3DAnalystUI.DDDAnalystContourTool | none | 3DAnalyst_Toolbar | Create contours or isolines for particular locations on the surface layer you select. Click on the location for which you wish to draw a contour. |
Command | Steepest Path Tool | 3DAnalyst_SteepPath | 3D Analyst | {2D73B141-8F1C-11D4-A10F-00508BD60CB9} esri3DAnalystUI.DDDAnalystSteepPathTool | none | 3DAnalyst_Toolbar | Generate a steepest path from a query 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 | Start an edit session so you can edit features or attributes. |
Command | Stop Editing | Editor_StopEditing | Editor | {59D2AFD1-9EA2-11D1-9165-0080C718DF97} esriEditor.StopEditingCommand | none | 3DEditor_3DEditorMenu | Stop the edit session. If you have any unsaved edits, you are prompted to save them. |
Command | Save Edits | Editor_SaveEdits | Editor | {59D2AFD2-9EA2-11D1-9165-0080C718DF97} esriEditor.SaveEditsCommand | none | 3DEditor_3DEditorMenu | Save all edits made since the last save. After saving, you cannot undo previous editing operations. |
Command | Move | 3DEditor_Move | Editor | {D1684EF0-4A06-4551-BFAE-CAB3421EF482} esri3DAnalystUI.Move3DCommand | none | 3DEditor_3DEditorMenu | Move the selected features by typing a precise offset distance. |
Command | Rotate | 3DEditor_Rotate | Editor | {37E3D6FD-BAF3-454D-8A91-34C349DA3815} esri3DAnalystUI.Rotate3DCommand | none | 3DEditor_3DEditorMenu | Rotate the selected features by an angular measurement. |
Command | Scale | 3DEditor_Scale | Editor | {47485AFF-A44E-4314-9BE6-B28AF856BB0E} esri3DAnalystUI.Scale3DCommand | none | 3DEditor_3DEditorMenu | Resize the selected features. |
Command | Split | Editor_SplitCommand | Editor | {8F85D79C-2A81-11D3-9F37-00C04F6BC979} esriEditor.SplitCommand | none | 3DEditor_3DEditorMenu | Split 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. |
Command | Copy Parallel | Editor_CopyParallel | Editor | {26032FF0-0F84-11D2-84A6-0000F875B9C6} esriEditor.CopyParallelCommand | none | 3DEditor_3DEditorMenu | Create new line features at an offset from selected lines. |
Command | Merge | Editor_Merge | Editor | {DB56FE71-F74D-11D1-849A-0000F875B9C6} esriEditor.MergeCommand | none | 3DEditor_3DEditorMenu | Merge two or more selected features from the same layer into one feature. |
Command | Union | Editor_Union | Editor | {DB56FE73-F74D-11D1-849A-0000F875B9C6} esriEditor.UnionCommand | none | 3DEditor_3DEditorMenu | Create a new feature from two or more selected features of the same shape type. |
Command | Intersect | Editor_Intersection | Editor | {DB56FE72-F74D-11D1-849A-0000F875B9C6} esriEditor.IntersectCommand | none | 3DEditor_3DEditorMenu | Create a new feature from the common parts of any two selected features of the same shape type. |
Command | Duplicate Vertical | 3DEditor_DuplicateFeatures | Editor | {636D1F4C-1AF4-4CA1-88E7-ABCF2F73F893} esri3DAnalystUI.DuplicateFeaturesCommand | none | 3DEditor_3DEditorMenu | Duplicate the selected features in z by typing a specified offset. Positive values place the copy above the source features, and negative values are below. |
Command | Replace With Model | 3DEditor_ReplaceModel | Editor | {DAC65641-FFD7-4706-A9F2-D0568B9990A9} esri3DAnalystUI.ReplaceModelCommand | none | 3DEditor_3DEditorMenu | Replace the selected multipatch features with a new 3D 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 | Open the Editing Options dialog box so you can specify various options related to editing. |
Command | Edit Placement | 3DEditor_EditTool | Editor | {539B890B-9265-4558-B3C4-FFC94CEA636D} esri3DAnalystUI.Edit3DTool | none | 3DEditor_3DEditorToolbar | Select and edit entire features in an edit session. You can select features within the 3D view and interactively move, rotate and scale their geometries. |
Command | Edit Vertex | 3DEditor_EditVertexTool | Editor | {8FA9D558-EC45-4537-9D23-25DD2218CDFA} esri3DAnalystUI.New3DEditTool | none | 3DEditor_3DEditorToolbar | Select and edit the shape of a feature in an edit session. You can select individual vertices within an existing feature's geometry and interactively move, delete and create them. |
Command | Enable Current Z | 3DEditor_ZControlEnable | Editor | {9676764D-6202-431B-BCF1-2EC822DD97F3} esri3DAnalystUI.ZControlEnableCommand | none | 3DEditor_3DEditorToolbar | Enable Current Z control. |
Command | Current Z | 3DEditor_ZControl | Editor | {7A9F1C60-9A2B-4093-834F-886143C22E77} esri3DAnalystUI.Z3DControl | none | 3DEditor_3DEditorToolbar | Set the default z-value for editing. |
Command | Edit Vertices | 3DEditor_FeatureEditVertices | Editor | {2561EA46-4022-4DCE-8C57-EC2EC20A89FC} esri3DAnalystUI.FeatureEditVertices3DCommand | none | 3DEditor_3DEditorToolbar | View and modify the vertices and segments that make up the shape of the selected feature. |
Command | Cut Polygons | 3DEditor_CutPolygons3DTool | Editor | {3DABFC8F-893A-4DB7-8372-D52F25D9CEED} esri3DAnalystUI.CutPolygons3DTool | none | 3DEditor_3DEditorToolbar | Split 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. |
Command | Split | 3DEditor_Split3DTool | Editor | {1650B942-2608-46C6-A692-ED87F7628B02} esri3DAnalystUI.Split3DTool | none | 3DEditor_3DEditorToolbar | Split 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. |
Command | Attributes | Editor_Attribution | Editor | {44276914-98C1-11D1-8464-0000F875B9C6} esriEditor.AttributionCommand | none | 3DEditor_3DEditorToolbar | Open 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. |
Command | Sketch Properties | Editor_SketchProperties | Editor | {50F9A8E5-A820-4D00-8369-E35832141356} esriEditor.SketchPropertiesCommand | none | 3DEditor_3DEditorToolbar | Open 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. |
Command | Create Features | CreateFeatureDockWinCommand | Advanced Edit Tools | {B18ED544-C8B1-49F3-9F7A-F83CBE793CDB} esriEditor.CreateFeatureDockWinCommand | none | 3DEditor_3DEditorToolbar | Open 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. |
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 | Select the layer to apply an effect. |
Command | Transparency | 3DEffects_TransparencyCommand | 3D Effects | {80E3F120-C4BB-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsTransparencyCommand | none | 3DEffects_ToolBar | Change the transparency of the layer interactively. |
Command | Change Face Culling | 3DEffects_FaceCullingCommand | 3D Effects | {2381285B-C54E-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsFaceCullingCommand | none | 3DEffects_ToolBar | Change the culling options for the layer to show both sides or hide either the front or back face of a 3D object. |
Command | Change Layer Lighting | 3DEffects_LightingCommand | 3D Effects | {2381285C-C54E-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsLightingCommand | none | 3DEffects_ToolBar | Toggle on/off the layer lighting. |
Command | Change Shading Mode | 3DEffects_ShadingCommand | 3D Effects | {9B75B279-C7B2-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsShadingCommand | none | 3DEffects_ToolBar | Set the shading mode of the layer. |
Command | Change Depth Priority | 3DEffects_IncPriorityCommand | 3D Effects | {2381285A-C54E-11D4-B27E-00508BCDDE28} esriArcScene.SxEffectsPriorityCommand | none | 3DEffects_ToolBar | Change the depth priority of the layer interactively. A depth priority of 1 is the highest and 10 is the lowest so if you want to decrease priority, choose a higher number. |
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 the default symbols used for new graphics drawn with this toolbar. |
Command | Default 3D Text Properties | Graphics_Default3DTextProperties | Graphics | {A714250D-88C8-46BA-8D85-D1D0274F5881} esriArcScene.SxDefault3DTextPropertiesCommand | none | Graphics_GraphicsMenu | Set the default properties used for new 3D text drawn with this toolbar. |
Command | Select Graphics | Edit_Select | Edit | {D2A103A6-0AB1-11D4-A0EC-00C04F8ECE27} esriArcScene.SxSelectTool | none | SxGraphics_Toolbar | Select graphics drawn on the scene. Click on a graphic to select it. Hold down SHIFT while you click to select multiple graphics. |
Command | Marker | Graphics_NewMarkerElement | Graphics | {191EBC18-9466-49DE-A0C5-3318CEE71FE9} esriArcScene.SxNewMarkerTool | none | SxGraphics_Toolbar | Draw a marker. |
Command | Line | Graphics_NewLineElement | Graphics | {A840F2AE-78A7-4201-8B78-BB61C81D1867} esriArcScene.SxNewLineTool | none | SxGraphics_Toolbar | Draw a line. |
Command | 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 a 3D text graphic. |
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 | Remove the animation tracks. This cannot be undone. |
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 time animation track. |
Command | Create Flyby From Path | Animation_CreateFromPath | Animation | {7C5325EC-B37F-4E7C-B9A3-740CF8A75F8A} esriAnimationUI.AnimationFlyFromPathCommand | none | Animation_Menu | Create animation along a linear path defined by a selected line feature or line graphic. |
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 a saved animation file so that you can play or edit it. |
Command | Save Animation File | Animation_Save | Animation | {C1264170-89B1-48B2-B3AD-D7CF65E23D62} esriAnimationUI.AnimationSaveFileCommand | none | Animation_Menu | Save the animation tracks to a file. |
Command | Export Animation | Animation_ExportAnimation | Animation | {3B30EABC-B9A8-453C-9D43-E980C726196A} esriAnimationUI.AnimationExportCommand | none | Animation_Menu | Export the animation to a video file or as sequential images. |
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 | LAS Dataset | 3DAnalyst_LasDataset_Toolbar | none | {D9EFFF5A-BC8E-4442-A0B2-179FBA8633D5} esri3DAnalystUI.LasDatasetToolbar | none | none | none |
Command | LAS Dataset Layer List Control | 3DAnalyst_LasDataset_LayerListControl | 3D Analyst | {AED9592D-7670-46D4-A33D-E71A4F6BCCC2} esri3DAnalystUI.LasDatasetLayerListControl | none | 3DAnalyst_LasDataset_Toolbar | Choose the LAS dataset layer you want to work on. LAS datasets are used for working with lidar point data. |
Menu | Display As Points | LasDataset_SymbolizePoint | none | {9D53C430-4C1E-4517-9BC4-76BE62582D0B} esri3DAnalystUI.LasDatasetSymbolizePointPalette | none | 3DAnalyst_LasDataset_Toolbar | none |
Command | Elevation | 3DAnalyst_LasDatasetSymbolizePointByElevation | 3D Analyst | {8ABA7C31-3267-4CE7-BCBF-656C3189E625} esri3DAnalystUI.LasDatasetSymbolizePointByElevationCommand | none | LasDataset_SymbolizePoint | Symbolize the LAS dataset points by elevation. |
Command | Class | 3DAnalyst_LasDatasetSymbolizePointByClass | 3D Analyst | {150377A1-5017-4E77-8281-5ACDAA4EC62F} esri3DAnalystUI.LasDatasetSymbolizePointByClassCommand | none | LasDataset_SymbolizePoint | Symbolize the LAS dataset points by the LAS classification code. |
Command | Return | 3DAnalyst_LasDatasetSymbolizePointByReturn | 3D Analyst | {952B303E-AB5D-432A-8361-7CEDDD1C9C8C} esri3DAnalystUI.LasDatasetSymbolizePointByReturnCommand | none | LasDataset_SymbolizePoint | Symbolize the LAS dataset points by the lidar pulse return number. |
Command | Intensity | 3DAnalyst_LasDatasetSymbolizePointByIntensity | 3D Analyst | {4AB0F5C0-1C0F-40A2-A959-7DA630E7D2A6} esri3DAnalystUI.LasDatasetSymbolizePointByIntensityCommand | none | LasDataset_SymbolizePoint | Symbolize the LAS dataset points by lidar return signal strength. |
Command | RGB | 3DAnalyst_LasDatasetSymbolizePointByRGB | 3D Analyst | {A8685AEC-6DF4-496D-A7AE-18BC96F3DE31} esri3DAnalystUI.LasDatasetSymbolizePointByRGBCommand | none | LasDataset_SymbolizePoint | Symbolize the LAS dataset points by the RGB (red, green, and blue) values. |
Menu | Display As TIN | LasDataset_SymbolizeTin | none | {52605CFF-6CEE-47DF-88C7-114588C9AA2C} esri3DAnalystUI.LasDatasetSymbolizeTinPalette | none | 3DAnalyst_LasDataset_Toolbar | none |
Command | Elevation | 3DAnalyst_LasDatasetSymbolizeTinByElevation | 3D Analyst | {388CDCD7-FECA-446F-8EC2-1FB43C0B6024} esri3DAnalystUI.LasDatasetSymbolizeTinByElevationCommand | none | LasDataset_SymbolizeTin | Symbolize the LAS dataset TIN faces by elevation. |
Command | Aspect | 3DAnalyst_LasDatasetSymbolizeTinByAspect | 3D Analyst | {74D9FFE6-7F34-472D-AC5C-72D92F204A51} esri3DAnalystUI.LasDatasetSymbolizeTinByAspectCommand | none | LasDataset_SymbolizeTin | Symbolize the LAS dataset TIN faces by aspect. |
Command | Slope | 3DAnalyst_LasDatasetSymbolizeTinBySlope | 3D Analyst | {90AB7E21-B31B-4901-ADFD-DFF8CE907B88} esri3DAnalystUI.LasDatasetSymbolizeTinBySlopeCommand | none | LasDataset_SymbolizeTin | Symbolize the LAS dataset TIN faces by slope. |
Command | Contour | 3DAnalyst_LasDatasetSymbolizeTinByContour | 3D Analyst | {C6B81F55-C8DE-414C-94E5-6D3EF5B55C77} esri3DAnalystUI.LasDatasetSymbolizeTinByContourCommand | none | LasDataset_SymbolizeTin | Symbolize the LAS dataset surface with contours. |
Menu | Filters | LasDataset_FiltersMenu | none | {45A19992-1BC9-482D-8582-DF424678F712} esri3DAnalystUI.LasDatasetFiltersMenu | none | 3DAnalyst_LasDataset_Toolbar | none |
Command | All | 3DAnalyst_LasDatasetFilterAll | 3D Analyst | {F5310A14-1A2C-4ED9-968A-32EF7AB74725} esri3DAnalystUI.LasDatasetFilterAllCommand | none | LasDataset_FiltersMenu | Display all points. |
Command | Ground | 3DAnalyst_LasDatasetFilterBareEarth | 3D Analyst | {49208744-31C4-4BD7-BC10-7D104EACC13A} esri3DAnalystUI.LasDatasetFilterBareEarthCommand | none | LasDataset_FiltersMenu | Display the points from the ground filter. |
Command | Non Ground | 3DAnalyst_LasDatasetFilterNonBareEarth | 3D Analyst | {9701764F-3B00-4C6D-A184-F02A6E52A678} esri3DAnalystUI.LasDatasetFilterNonBareEarthCommand | none | LasDataset_FiltersMenu | Display the points from the non ground filter. |
Command | First Return | 3DAnalyst_LasDatasetFilterFirstReturn | 3D Analyst | {2699ECCA-A5A0-4D28-98B0-C1D31060BDCF} esri3DAnalystUI.LasDatasetFilterFirstReturnCommand | none | LasDataset_FiltersMenu | Display the points from the first return filter. |
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 new scene document. |
Command | Open | File_Open | Tools | {0FCFABF4-EE26-11D3-AB54-0008C73FD50C} esriArcScene.SxFileOpenCommand | none | Standard_Toolbar | Open an existing scene document. |
Command | Save | File_Save | Tools | {0FCFABF5-EE26-11D3-AB54-0008C73FD50C} esriArcScene.SxFileSaveCommand | none | Standard_Toolbar | Save the current scene document. |
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 scene. |
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 a secondary viewer to the scene so you can look at the same data from different directions. Tools that operate in the main viewer also work in secondary viewers. |
Command | Table Of Contents | Tools_SceneTreeView | View | {8CDBE226-A816-11D3-ABB8-0008C73FCA1C} esriArcScene.SceneTreeViewCommand | none | Standard_Toolbar | Open 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 | Open the Catalog window to access and manage your data. |
Command | Search | File_ArcGISSearchCommand | File | {3E206C92-5576-46F2-9C96-209B81D229C2} esriArcMapUI.ArcGISSearchCommand | none | Standard_Toolbar | Open the Search window to search for data, maps, tools, etc. |
Command | ArcToolbox | ArcToolbox_ShowToolbox | ArcToolbox | {85980C3A-652A-47ED-8CD2-1B99DD060AAB} esriGeoprocessingUI.ArcToolboxCmd | none | Standard_Toolbar | Open 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 | Open 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 | Open the ModelBuilder window so you can make a geoprocessing model. |
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 | Navigate the scene. Functionality from several other navigation tools is incorporated into one to make this your most commonly used navigation tool. |
Command | Fly Tool | Viewer_Fly | Viewer | {6DFDEFBD-AC4C-11D4-B275-00508BCDDE28} esriArcScene.SxFlyTool | none | Sx_ViewerTools | Fly through the scene 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. |
Command | Target Center Tool | Viewer_TargetCenter | Viewer | {6CB14F9B-1FA0-11D4-A381-00C04F6BC619} esriArcScene.SxTargetCenterTool | none | Sx_ViewerTools | Center the view on a particular 3D location by setting the camera�s target position. |
Command | Target Zoom Tool | Viewer_TargetZoom | Viewer | {6CB14F9C-1FA0-11D4-A381-00C04F6BC619} esriArcScene.SxTargetZoomTool | none | Sx_ViewerTools | Zoom to the selected target position. |
Command | Set Observer Tool | Viewer_Observer | Viewer | {6CB14F9D-1FA0-11D4-A381-00C04F6BC619} esriArcScene.SxObserverTool | none | Sx_ViewerTools | Set observer position to the selected point. |
Command | Zoom In Tool | Viewer_ZoomIn | Viewer | {9DC842F9-F144-11D3-9F75-00C04F6BC619} esriArcScene.SxZoomInTool | none | Sx_ViewerTools | Zoom in by clicking once or dragging a box on the scene. |
Command | Zoom Out Tool | Viewer_ZoomOut | Viewer | {9DC842FA-F144-11D3-9F75-00C04F6BC619} esriArcScene.SxZoomOutTool | none | Sx_ViewerTools | Zoom out by clicking once or dragging a box on the scene. |
Command | Pan Tool | Viewer_Pan | Viewer | {6CB14F9A-1FA0-11D4-A381-00C04F6BC619} esriArcScene.SxPanTool | none | Sx_ViewerTools | Pan the scene. |
Command | Full Extent | Viewer_FullExtent | Viewer | {9DC842FD-F144-11D3-9F75-00C04F6BC619} esriArcScene.SxFullExtentCommand | none | Sx_ViewerTools | Zoom to the full extent of the scene. |
Menu | Selection Tools Palette | SxSelectionToolsPalette | none | {FB4E64EC-1566-4838-801B-6BA8F970520B} esriArcScene.SxSelectByToolsPalette | none | Sx_ViewerTools | none |
Command | Select By Screen Rectangle | Viewer_SelectFeatures | Viewer | {47491B8F-0CAC-11D4-9F7E-00C04F6BC619} esriArcScene.SxSelectFeaturesTool | none | SxSelectionToolsPalette | Select 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. |
Command | Select By Draped Envelope | Viewer_SelectFeatures | Viewer | {4860B006-4515-4436-9079-D83350E1AAA7} esriArcScene.SxDrapedEnvelopeSelectFeaturesTool | none | SxSelectionToolsPalette | Select features from selectable layers by clicking on them or dragging a draped envelope over a surface. |
Command | Select By 3D Box | Viewer_SelectFeatures | Viewer | {09384EC6-9A72-4282-8857-5810F87B16A0} esriArcScene.Sx3DBoxSelectFeaturesTool | none | SxSelectionToolsPalette | Select 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. |
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 drawn on the scene. Click on a graphic to select it. Hold down SHIFT while you click to select multiple graphics. |
Command | Identify Tool | Viewer_Identify | Viewer | {9DC842FE-F144-11D3-9F75-00C04F6BC619} esriArcScene.SxIdentifyTool | none | Sx_ViewerTools | Identify a geographic feature by clicking on it. |
Command | HTML Popup | Viewer_HTMLPopup | Viewer | {A5AFCFA2-1605-4296-8B59-EF76A68CFB11} esriArcScene.SxHTMLPopupInfoTool | none | Sx_ViewerTools | Launch an HTML popup by clicking on a feature. |
Command | Find | Viewer_Find | Viewer | {5B09B045-0CB5-11D4-9F7E-00C04F6BC619} esriArcScene.SxFindCommand | none | Sx_ViewerTools | Find a geographic feature. |
Command | Measure Tool | Viewer_Measure | Viewer | {86279C91-A77E-46EA-AE68-FDC56C9411EC} esriArcScene.SxMeasureTool | none | Sx_ViewerTools | Measure distance, height and area in the scene. |
Command | Time Slider | Window_TimeSliderWindow | Window | {DC5B526C-3CC8-4E4B-8D79-A1C5F549004B} esriArcScene.SxTimeSliderWindowCommand | none | Sx_ViewerTools | Open the Time Slider window so you can control the time period represented by the data in this scene. |
Command | AOI Tool | Viewer_AOI | Viewer | {77938D96-1B97-4285-8C42-9BBAB194EF6A} esriArcScene.SxAOITool | none | Sx_ViewerTools | Create Area of Interest in the scene. |
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 | Open the Version Manager window to create new versions, rename existing versions, delete versions, and alter version properties. |
Command | Create New Version | Versioning_NewVersion | Versioning | {8E8F4C7F-ACA7-11D2-9F19-00C04F6BC979} esriEditor.NewVersionCommand | none | Versioning_VersionToolbar | Create 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. |
Command | Refresh | Versioning_Refresh | Versioning | {8E8F4C7E-ACA7-11D2-9F19-00C04F6BC979} esriEditor.RefreshVersionCommand | none | Versioning_VersionToolbar | Refresh the database connection for all versions and redraw the map so you can see any changes that may have been recently reconciled and posted. |
Command | Change Version | Workspace_ChangeVersion | Versioning | {5ADB1DBC-DCBC-11D2-9F26-00C04F6BC979} esriArcMapUI.ChangeVersionCommand | none | Versioning_VersionToolbar | Change to a different geodatabase version. |
Command | Reconcile | Versioning_Reconcile | Versioning | {D90B1760-95FF-11D2-8526-0000F875B9C6} esriEditor.ReconcileCommand | none | Versioning_VersionToolbar | Pull 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. |
Command | Post | Versioning_Post | Versioning | {BA47F54C-B4B0-11D2-9F1A-00C04F6BC979} esriEditor.PostCommand | none | Versioning_VersionToolbar | Push 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. |
Command | Conflicts | Versioning_Conflicts | Versioning | {D90B1761-95FF-11D2-8526-0000F875B9C6} esriEditor.ConflictsCommand | none | Versioning_VersionToolbar | Identify 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. |
Command | Version Changes | Versioning_Changes | Versioning | {D6358D8C-7887-4DD9-AB7F-9F2B2A755E9D} esriEditor.VersionChangesCommand | none | Versioning_VersionToolbar | See how one version has changed with respect to another ancestor version in the geodatabase. |