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


IJSONArray.AddDouble 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.AddDouble Method
ArcGIS Developer Help

IJSONArray.AddDouble Method

Adds new double value to the array.

[Visual Basic .NET]
Public Sub AddDouble ( _
    ByVal Value As Double _
)
[C#]
public void AddDouble (
    double Value
);
[C++]
HRESULT AddDouble(
  double Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type double

Product Availability

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

See Also

IJSONArray Interface