ArcObjects Library Reference (System)  

IJSONWriter2.WriteDoubleEx Method

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

ERROR: Syntax information about IJSONWriter2.WriteDoubleEx may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.System.dll

[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