ArcObjects Library Reference (DataSourcesRaster)  

IFileCrawler.Path Property

The file or folder path to crawl.

[Visual Basic .NET]
Public Property Path As String
[C#]
public string Path {get; set;}
[C++]
HRESULT get_Path(
  BSTR* pFileOrFolderPath
);
[C++]
HRESULT put_Path(
  BSTR pFileOrFolderPath
);
[C++]

Parameters

pFileOrFolderPath [out, retval]   pFileOrFolderPath is a parameter of type BSTR pFileOrFolderPath [in]   pFileOrFolderPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFileCrawler Interface

.NET Related Topics

How to add rasters to a Mosaic dataset