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


IRemapFilter.AddNoDataClass Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRemapFilter.AddNoDataClass Method

Adds a remap class that remaps values in [minvalue,maxvalue) to NoData.

[Visual Basic .NET]
Public Sub AddNoDataClass ( _
    ByVal minvalue As Double, _
    ByVal maxvalue As Double _
)
[C#]
public void AddNoDataClass (
    double minvalue,
    double maxvalue
);
[C++]
HRESULT AddNoDataClass(
  double minvalue,
  double maxvalue
);
[C++]

Parameters minvalue [in] minvalue is a parameter of type double maxvalue [in] maxvalue is a parameter of type double

Product Availability

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

See Also

IRemapFilter Interface