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.