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


IRasterRendererClassInfo.QueryStringClass Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IRasterRendererClassInfo.QueryStringClass Method

Information for a string class by index.

[Visual Basic .NET]
Public Sub QueryStringClass ( _
    ByVal ClassIndex As Integer, _
    ByRef inValue As String, _
    ByRef outValue As Integer _
)
[C#]
public void QueryStringClass (
    int ClassIndex,
    ref string inValue,
    ref int outValue
);
[C++]
HRESULT QueryStringClass(
  long ClassIndex,
  System.String* inValue,
  System.Int32* outValue
);
[C++]

Parameters ClassIndex [in]
ClassIndex is a parameter of type long inValue [out]
inValue is a parameter of type BSTR* outValue [out]
outValue is a parameter of type long*

Product Availability

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

See Also

IRasterRendererClassInfo Interface