This document is archived and information here might be outdated. Recommended version. |
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*