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


IMosaicFunction.RasterFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.RasterFieldName Property
ArcGIS Developer Help

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(
  System.String* 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