This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IContrastTable Interface > IContrastTable.TranslateValue Method (ArcObjects .NET 10.4 SDK) |
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