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


IXMLWriter.WriteDouble Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLWriter.WriteDouble Method

Writes an element value as a double.

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

Parameters Value [in] Value is a parameter of type double

Product Availability

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

See Also

IXMLWriter Interface