This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IContrastTable Interface > IContrastTable.LUT Property (ArcObjects .NET 10.4 SDK) |
Lookup table array of double precision floats.
[Visual Basic .NET] Public Property LUT As Object
[C#] public object LUT {get; set;}
[C++]
HRESULT get_LUT(
VARIANT* pVal
);
[C++]
HRESULT put_LUT(
VARIANT pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type VARIANT pVal [in] pVal is a parameter of type VARIANT