This document is archived and information here might be outdated.  Recommended version.


ICsvCrawler.Path Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICsvCrawler Interface > ICsvCrawler.Path Property
ArcGIS Developer Help

ICsvCrawler.Path Property

The CSV file to crawl.

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

pCsvFilePath is a parameter of type BSTR pCsvFilePath [out, retval]
pCsvFilePath is a parameter of type BSTR*

Product Availability

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

See Also

ICsvCrawler Interface