This document is archived and information here might be outdated.  Recommended version.


IContrastTable.LUT Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IContrastTable.LUT Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IContrastTable Interface