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


ITableCrawler.SourceField Property (ArcObjects .NET 10.6 SDK)
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(
  System.String* pSourceField
);
[C++]

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

Product Availability

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

See Also

ITableCrawler Interface