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


IExtractBandFunctionArguments Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IExtractBandFunctionArguments Interface

Provides access to members that control band extraction function argument(s).

Product Availability

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

Members

Description
Read/write property BandIDs The list of band IDs (0 based) to be extracted.
Read/write property Raster The source raster object.

CoClasses that implement IExtractBandFunctionArguments

CoClasses and Classes Description
ExtractBandFunctionArguments A class for band extraction/selection raster function arguments.

.NET Samples

Create a Raster Function template (Code Files: CreateRasterFunctionTemplate)

.NET Related Topics

How to create an Extract Band function dataset