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


IHistogramSpecification.GetLookup Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IHistogramSpecification.GetLookup Method

Returns the look-up array for the requested band for remapping pixel values.

[Visual Basic .NET]
Public Function GetLookup ( _
    ByVal iBand As Integer _
) As Object
[C#]
public object GetLookup (
    int iBand
);
[C++]
HRESULT GetLookup(
  long iBand
);
[C++]

Parameters iBand [in]
iBand is a parameter of type long

Product Availability

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

See Also

IHistogramSpecification Interface