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,
  VARIANT* pvtLookup
);
[C++]

Parameters

iBand [in]   iBand is a parameter of type long pvtLookup [out, retval]   pvtLookup is a parameter of type VARIANT

Product Availability

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

See Also

IHistogramSpecification Interface