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