ArcObjects Library Reference (DataSourcesRaster)  

ITableCrawler.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

ITableCrawler Interface