ArcObjects Library Reference (System)  

IJSONWriter.WriteDouble Method

Writes a double.

[Visual Basic .NET]
Public Sub WriteDouble ( _
    ByVal Name As String, _
    ByVal Value As Double _
)
[C#]
public void WriteDouble (
    string Name,
    double Value
);
[C++]
HRESULT WriteDouble(
  BSTR Name,
  double Value
);
[C++]

Parameters

Name   Name is a parameter of type BSTR Value   Value is a parameter of type double

Product Availability

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

See Also

IJSONWriter Interface