This document is archived and information here might be outdated.  Recommended version.


ControlsAddDataCommand Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Classes > C > ControlsAddDataCommand Class
ArcGIS Developer Help

ControlsAddDataCommandClass Class

Browses data sets and adds data.

Product Availability

Available with ArcGIS Engine.

Description

The CLSID of this command is: {B100C679-76C5-410D-BC8D-AE9E7882A80F}.

This command works with the ToolbarControl, PageLayoutControl, MapControl, GlobeControl, ArcMap, and ArcGlobe.

Interfaces

Interfaces Description
ICommand (esriSystemUI) Provides access to members that define a COM command.

Remarks

The ControlsAddDataCommand can be used to add the following types of data to an ArcGIS Engine application:

Data types not listed above may be loaded into the ArcGIS Engine Controls programmatically, by loading layer files (*.lyr), or by loading pre-authored map documents (*.mxd) using the ControlsOpenDocCommand or the ControlsGlobeOpenDocCommand.

Tables can be selected and added using the Add Data dialog but they will not appear in any of the supported controls. However, they can be accessed programmatically through the IStandaloneTableCollection interface.