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


ICsvCrawler.SourceField Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICsvCrawler.SourceField Property

The name of the field that references the raster dataset.

[Visual Basic .NET]
Public Property SourceField As String
[C#]
public string SourceField {get; set;}
[C++]
HRESULT get_SourceField(
  BSTR* pSourceField
);
[C++]
HRESULT put_SourceField(
  BSTR pSourceField
);
[C++]

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

Product Availability

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

See Also

ICsvCrawler Interface