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.