Initializes a new instance of the DataSourceProperties class to define a connection to a shapefile or file-based, raster data source.
Namespace:
ESRI.ArcGISExplorer.Data
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public DataSourceProperties(
string path
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
path As String _
) |
Parameters
- path
- Type: System..::.String
The path to a shapefile (.shp) or any of
the supported raster file formats (e.g. ".jpg", ".tif").
See Also