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


IRasterKeyProperties.RemoveBandProperty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterKeyProperties Interface > IRasterKeyProperties.RemoveBandProperty Method
ArcGIS Developer Help

IRasterKeyProperties.RemoveBandProperty Method

Removes all occurrences of the specified key property for a given band.

[Visual Basic .NET]
Public Sub RemoveBandProperty ( _
    ByVal sName As String, _
    ByVal BandIndex As Integer _
)
[C#]
public void RemoveBandProperty (
    string sName,
    int BandIndex
);
[C++]
HRESULT RemoveBandProperty(
  BSTR sName,
  long BandIndex
);
[C++]
Parameters
sName [in]

sName is a parameter of type BSTR BandIndex [in]
BandIndex is a parameter of type long

Product Availability

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

See Also

IRasterKeyProperties Interface