This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemapFilter Interface > IRemapFilter.QueryClass Method (ArcObjects .NET 10.5 SDK) |
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