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


IJSONReader.ReadValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONReader.ReadValue Method

Obtains array or property value as Variant. Advances to the next token.

[Visual Basic .NET]
Public Function ReadValue ( _
) As Object
[C#]
public object ReadValue (
);
[C++]
HRESULT ReadValue(
  VARIANT* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT

Product Availability

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

See Also

IJSONReader Interface