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


IRasterTypeProperties2.MissingBandAction Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties2 Interface > IRasterTypeProperties2.MissingBandAction Property
ArcGIS Developer Help

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