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