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


IRasterRendererClassInfo.QueryStringClass Method (ArcObjects .NET 10.5 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,
  BSTR* inValue,
  long* 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