Gets or sets the path to a shapefile, file geodatabase or raster file.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public string Path { get; set; }
Visual Basic (Declaration)
Public Property Path As String

Field Value

The path to the shapefile (.shp), file geodatabase (.gdb) or any of the supported raster files (e.g. ".jpg", ".tif").

See Also