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


IContrastTable.LUT Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IContrastTable Interface > IContrastTable.LUT Property
ArcGIS Developer Help

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