ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.RasterFieldName Property

The raster field name in the source catalog.

[Visual Basic .NET]
Public Property RasterFieldName As String
[C#]
public string RasterFieldName {get; set;}
[C++]
HRESULT get_RasterFieldName(
  BSTR* pRasterFieldName
);
[C++]
HRESULT put_RasterFieldName(
  BSTR pRasterFieldName
);
[C++]

Parameters

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

Product Availability

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

See Also

IMosaicFunction Interface