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.900 (2.0.0.900)

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

Relate Topics:
  DataSourceProperties Constructor (ArcSDEConnectionProperties, String)
  DataSourceProperties Constructor (String, String)
Created by Atop CHM to web converter,© 2009 all right reserved.