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


IMosaicFunction.RasterFieldName Property (ArcObjects .NET 10.4 SDK)
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