ArcObjects Library Reference (System)  

IJSONReader.ReadValueAsDouble Method

Obtains property or array value as number. Advances to the next token. If property value cannot be coerced to double, returns E_FAIL.

[Visual Basic .NET]
Public Function ReadValueAsDouble ( _
) As Double
[C#]
public double ReadValueAsDouble (
);
[C++]
HRESULT ReadValueAsDouble(
  double* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type double

Product Availability

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

See Also

IJSONReader Interface