ICsvCrawler Interface

Provides access to members that control a CSV file crawler.

Members

Name Description
Read/write property Path The CSV file to crawl.
Read/write property SourceField The name of the field that references the raster dataset.

ICsvCrawler.Path Property

The CSV file to crawl.

Public Property Path As String
public string Path {get; set;}

ICsvCrawler.SourceField Property

The name of the field that references the raster dataset.

Public Property SourceField As String
public string SourceField {get; set;}

Classes that implement ICsvCrawler

Classes Description
CsvCrawler A crawler for CSV files.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.