ArcObjects Library Reference (DataSourcesRaster)  

INoDataFilter.NoDataToPixelValue Property

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(
  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

Product Availability

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

See Also

INoDataFilter Interface