This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.ContrastTable Property (ArcObjects .NET 10.5 SDK) |
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.