ArcObjects Library Reference (System)  

IXMLWriter.WriteFloat Method

Writes an element value as a float.

[Visual Basic .NET]
Public Sub WriteFloat ( _
    ByVal Value As Single _
)
[C#]
public void WriteFloat (
    float Value
);
[C++]
HRESULT WriteFloat(
  float Value
);
[C++]

Parameters

Value [in]   Value is a parameter of type float

Product Availability

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

See Also

IXMLWriter Interface