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


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

INDVIFunctionArguments2.MissingBandAction Property

Indicates how the raster function behaves when a request band (specified by index, name, or wavelength) 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

INDVIFunctionArguments2 Interface