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


ITableBuilder.RasterField Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITableBuilder.RasterField Property

The name of the field that contains either a path to a raster dataset or stores a raster value object.

[Visual Basic .NET]
Public Property RasterField As String
[C#]
public string RasterField {get; set;}
[C++]
HRESULT get_RasterField(
  BSTR* pRasterField
);
[C++]
HRESULT put_RasterField(
  BSTR pRasterField
);
[C++]

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

Product Availability

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

See Also

ITableBuilder Interface