ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionHelper.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

IRasterFunctionHelper Interface