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


IRasterRendererClassInfo.QueryNumberClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRendererClassInfo Interface > IRasterRendererClassInfo.QueryNumberClass Method
ArcGIS Developer Help

IRasterRendererClassInfo.QueryNumberClass Method

Information for a number class by index.

[Visual Basic .NET]
Public Sub QueryNumberClass ( _
    ByVal ClassIndex As Integer, _
    ByRef MinValue As Double, _
    ByRef maxValue As Double, _
    ByRef outValue As Integer _
)
[C#]
public void QueryNumberClass (
    int ClassIndex,
    ref double MinValue,
    ref double maxValue,
    ref int outValue
);
[C++]
HRESULT QueryNumberClass(
  long ClassIndex,
  System.Double* MinValue,
  System.Double* maxValue,
  System.Int32* outValue
);
[C++]
Parameters
ClassIndex [in]

ClassIndex is a parameter of type long MinValue [out]
MinValue is a parameter of type double* maxValue [out]
maxValue is a parameter of type double* outValue [out]
outValue is a parameter of type long*

Product Availability

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

See Also

IRasterRendererClassInfo Interface