ArcGIS Explorer Component Help |
DataSourceProperties..::.DatasetName Property |
DataSourceProperties Class See Also |
Gets or sets the name of the geodatabase dataset which could be a feature class or raster.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public string DatasetName { get; set; } |
Visual Basic (Declaration) |
---|
Public Property DatasetName As String |
Field Value
The name of the geodatabase feature class or raster. For ArcSDE geodatabases fully qualify the name where required (e.g. "owner.rastername", "database.owner.featureclassname").Remarks
Shapefiles and raster format files do not use this property as they are fully
defined by the Path property.