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


ITableBuilder.RasterField Property (ArcObjects .NET 10.6 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(
  System.String* pRasterField
);
[C++]

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

Product Availability

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

See Also

ITableBuilder Interface