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


IRemapFilter.QueryClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemapFilter Interface > IRemapFilter.QueryClass Method
ArcGIS Developer Help

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,
  System.Double* minvalue,
  System.Double* maxvalue,
  System.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