This document is archived and information here might be outdated. Recommended version. |
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