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


IJSONWriter.WriteDoubleVal Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONWriter.WriteDoubleVal Method

Writes a double in array.

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

Parameters Value Value is a parameter of type double

Product Availability

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

See Also

IJSONWriter Interface