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


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

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