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


IContrastTable.TranslateValue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IContrastTable.TranslateValue Method

Translates pixel values to table entries.

[Visual Basic .NET]
Public Function TranslateValue ( _
    ByVal pixval As Double _
) As Double
[C#]
public double TranslateValue (
    double pixval
);
[C++]
HRESULT TranslateValue(
  double pixval,
  double* contrast
);
[C++]

Parameters pixval [in] pixval is a parameter of type double contrast [out, retval] contrast is a parameter of type double

Product Availability

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

See Also

IContrastTable Interface