ArcObjects Library Reference (DataSourcesRaster)  

IRemapFilter.QueryClass Method

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

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

Parameters

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

Product Availability

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

See Also

IRemapFilter Interface