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


IXMLSerializeData.GetFloat Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLSerializeData.GetFloat Method

Obtains element value as a float.

[Visual Basic .NET]
Public Function GetFloat ( _
    ByVal index As Integer _
) As Single
[C#]
public float GetFloat (
    int index
);
[C++]
HRESULT GetFloat(
  long index,
  float* Value
);
[C++]

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

Product Availability

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

See Also

IXMLSerializeData Interface