This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICsvCrawler Interface > ICsvCrawler.SourceField Property (ArcObjects .NET 10.4 SDK) |
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