Specifies the options available when exploring a Geodatabase or DataDirectory
for tabular or vector data.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public enum TableDiscoveryOptions |
Visual Basic (Declaration) |
---|
Public Enumeration TableDiscoveryOptions |
Members
Member name | Description | |
---|---|---|
All |
All non-spatial data and spatial, vector data.
| |
NonSpatial |
Non-spatial, tabular data which may be stored in either a geodatabase table or dBase table.
| |
Spatial |
Spatial, vector data which may be stored in either a geodatabase feature class or shapefile.
|