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


IHistogramSpecification.GetLookup Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHistogramSpecification Interface > IHistogramSpecification.GetLookup Method
ArcGIS Developer Help

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