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


INoDataFilter.NoDataToPixelValue Property (ArcObjects .NET 10.5 SDK)
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