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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
This method should not be used by application developers.