ArcObjects Library Reference (System)  

IJSONWriter2.WriteDoubleValEx Method

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

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

[C++]
HRESULT WriteDoubleValEx(
  double Value,
  long precision
);
[C++]

Parameters

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