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


IXMLReader.ReadFloat Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLReader.ReadFloat Method

Reads the current element value as a float.

[Visual Basic .NET]
Public Function ReadFloat ( _
) As Single
[C#]
public float ReadFloat (
);
[C++]
HRESULT ReadFloat(
  float* Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type float

Product Availability

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

Remarks

The ReadFloat method specifies the current element value as a float.

See Also

IXMLReader Interface