This document is archived and information here might be outdated. Recommended version. |
The valid pixel value to be assigned to NoData pixels.
[Visual Basic .NET]
Public Property NoDataToPixelValue As Double
[C#]
public double NoDataToPixelValue {get; set;}
[C++]
HRESULT get_NoDataToPixelValue(
System.Double* pValue
);
[C++]
HRESULT put_NoDataToPixelValue(
double pValue
);
[C++] Parameters pValue [out, retval]
pValue is a parameter of type double* pValue [in]
pValue is a parameter of type double