This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLReader Interface > IXMLReader.ReadFloat Method (ArcObjects .NET 10.5 SDK) |
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
The ReadFloat method specifies the current element value as a float.