This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionHelper Interface > IRasterFunctionHelper.SupportBandSelection Property (ArcObjects .NET 10.5 SDK) |
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