Initializes a new instance of the DataSourceProperties class to define a connection to a file geodatabase
feature class or raster.
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 pathToGeodatabase,
string datasetName
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
pathToGeodatabase As String, _
datasetName As String _
) |
Parameters
- pathToGeodatabase
- Type: System..::.String
The path to the file geodatabase, including file extension (".gdb").
- datasetName
- Type: System..::.String
The name of the feature class or raster.
See Also