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

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

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