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


IJSONArray.AddDoubleEx Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONArray.AddDoubleEx Method

Adds new double value to the array. Stores precision for use in ToJSON and ToJSONString

[Visual Basic .NET]
Public Sub AddDoubleEx ( _
    ByVal Value As Double, _
    ByVal precision As Integer _
)
[C#]
public void AddDoubleEx (
    double Value,
    int precision
);
[C++]
HRESULT AddDoubleEx(
  double Value,
  long precision
);
[C++]

Parameters Value [in] Value is a parameter of type double precision [in] precision is a parameter of type long

Product Availability

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

See Also

IJSONArray Interface