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


IJSONReader2.ReadValueEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONReader2 Interface > IJSONReader2.ReadValueEx Method
ArcGIS Developer Help

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,
  System.Int32* 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