ArcObjects Library Reference  (DataSourcesRaster)    

IRasterBandCollection.AppendBand Method

Appends a RasterBand to the band collection.

[Visual Basic 6.0]
Sub AppendBand(
    ByVal element As IRasterBand _
)
[Visual Basic .NET]
Public Sub AppendBand ( _
    ByVal element As IRasterBand _
)
[C#]
public void AppendBand (
    IRasterBand element
);
[Java]
public void appendBand (
    IRasterBand element
)
throws
    IOException,
    AutomationException
[C++]
HRESULT AppendBand(
  IRasterBand* element
);
[C++]

Parameters

element [in]

  element is a parameter of type IRasterBand

Product Availability

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

Remarks

This method is only applicable to work with a Raster, not with a RasterDataset.

See Also

IRasterBandCollection Interface

 


Feedback Send feedback on this page