ArcObjects Library Reference (System)  

IJSONWriter2.WriteDoubleEx Method

Writes a double with specified number of digits after decimal point.

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

Parameters

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

Product Availability

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

See Also

IJSONWriter2 Interface