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.