This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHistogramSpecification Interface > IHistogramSpecification.GetLookup Method (ArcObjects .NET 10.5 SDK) |
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