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


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

IRasterInfo.SupportBandSelection Property

Indicates if this function supports band selection.

[Visual Basic .NET]
Public Property SupportBandSelection As Boolean
[C#]
public bool SupportBandSelection {get; set;}
[C++]
HRESULT get_SupportBandSelection(
  Boolean* pSupportBandSelection
);
[C++]
HRESULT put_SupportBandSelection(
  VARIANT_BOOL pSupportBandSelection
);
[C++]
Parameters
pSupportBandSelection [out, retval]

pSupportBandSelection is a parameter of type bool* pSupportBandSelection [in]
pSupportBandSelection is a parameter of type bool

Product Availability

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

See Also

IRasterInfo Interface

.NET Samples

Create an NDVI custom raster function