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


IRasterInfo.SupportBandSelection Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* pSupportBandSelection
);
[C++]
HRESULT put_SupportBandSelection(
  VARIANT_BOOL pSupportBandSelection
);
[C++]

Parameters pSupportBandSelection [out, retval] pSupportBandSelection is a parameter of type VARIANT_BOOL pSupportBandSelection [in] pSupportBandSelection is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterInfo Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunction)