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


IRemapFilter.PutClass Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRemapFilter.PutClass Method

Puts a remap class at a given class index (starting from 0).

[Visual Basic .NET]
Public Sub PutClass ( _
    ByVal index As Integer, _
    ByVal minvalue As Double, _
    ByVal maxvalue As Double, _
    ByVal newvalue As Double _
)
[C#]
public void PutClass (
    int index,
    double minvalue,
    double maxvalue,
    double newvalue
);
[C++]
HRESULT PutClass(
  long index,
  double minvalue,
  double maxvalue,
  double newvalue
);
[C++]

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

Product Availability

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

See Also

IRemapFilter Interface