ArcObjects Library Reference (System)  

IJSONReader2.ReadValueEx Method

Obtains array or property value as Variant along with precision if it is a double. Advances to the next token.

[Visual Basic .NET]
Public Sub ReadValueEx ( _
    ByRef pVal As Object, _
    ByRef precision As Integer _
)
[C#]
public void ReadValueEx (
    ref object pVal,
    ref int precision
);
[C++]
HRESULT ReadValueEx(
  VARIANT* pVal,
  long* precision
);
[C++]

Parameters

pVal [out]   pVal is a parameter of type VARIANT precision [out]   precision is a parameter of type long

Product Availability

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

See Also

IJSONReader2 Interface