IExtractBandFunctionArguments Interface

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

Members

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

IExtractBandFunctionArguments.BandIDs Property

The list of band IDs (0 based) to be extracted.

Public Property BandIDs As ILongArray
public ILongArray BandIDs {get; set;}

IExtractBandFunctionArguments.Raster Property

The source raster object.

Public Property Raster As Object
public object Raster {get; set;}

Classes that implement IExtractBandFunctionArguments

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.