This document is archived and information here might be outdated. Recommended version. |
The contrast look-up table of this band.
[Visual Basic .NET] Public Property ContrastTable As IContrastTable
[C#] public IContrastTable ContrastTable {get; set;}
[C++]
HRESULT get_ContrastTable(
IContrastTable** cont
);
[C++]
HRESULT put_ContrastTable(
IContrastTable* cont
);
[C++] Parameters cont [out, retval]
cont is a parameter of type IContrastTable** cont [in]
cont is a parameter of type IContrastTable*
This method should not be used by application developers.