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


IRasterTypeProperties2.MissingBandAction Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties2.MissingBandAction Property

Indicates how the raster type behaves when a band requested by the mosaic dataset's band definition is not found in the input raster.

[Visual Basic .NET]
Public Property MissingBandAction As esriMissingBandAction
[C#]
public esriMissingBandAction MissingBandAction {get; set;}
[C++]
HRESULT get_MissingBandAction(
  esriMissingBandAction* pMissingBandAction
);
[C++]
HRESULT put_MissingBandAction(
  esriMissingBandAction pMissingBandAction
);
[C++]

Parameters pMissingBandAction [out, retval]
pMissingBandAction is a parameter of type esriMissingBandAction pMissingBandAction [in]
pMissingBandAction is a parameter of type esriMissingBandAction

Product Availability

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

See Also

IRasterTypeProperties2 Interface