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


Other data sources (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > Developing with ArcGIS > Learning ArcObjects > Managing data > Working with feature data > Other data sources

Other data sources


Accessing data sources other than geodatabases

The geodatabase application programming interface (API) was designed around the capabilities of the geodatabase, but it is also used to access data sources other than geodatabases. For example, the geodatabase API can be used to access computer-aided design (CAD) data, shapefiles, and coverages.
The behavior of the geodatabase API can vary between data sources. Some functionality might not be supported, for example, the classes and interfaces used to work with domains and subtypes only work properly with geodatabases. Some data sources have functionality that is not supported by, or is radically different from, the geodatabase API and require developers to use additional types (this is the case when working with CAD data).


See Also:

Query classes and cursors
CAD data
Working with shapefiles