Specifies the underlying data source type for a feature layer or a raster layer.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum DataSourceType |
Visual Basic (Declaration) |
---|
Public Enumeration DataSourceType |
Members
Value | Member name | Description | |
---|---|---|---|
1 | ArcSDE |
An ArcSDE geodatabase.
| |
3 | File |
A file-based data source type which could be a shapefile, dBase file or one of the supported raster formats.
| |
2 | FileGeodatabase |
A file geodatabase.
| |
0 | Unknown |
An unspecified data source type. This value will be set when the DataSourceProperties.Clear method is called.
|
Remarks
One of the enumeration values is used by the DataSourceProperties class to set the
DataSourceType property.