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 > IXMLSerializeData Interface > IXMLSerializeData.GetDouble Method (ArcObjects .NET 10.5 SDK) |
Obtains element value as a double.
[Visual Basic .NET] Public Function GetDouble ( _ ByVal index As Integer _ ) As Double
[C#] public double GetDouble ( int index );
[C++]
HRESULT GetDouble(
long index,
double* Value
);
[C++]
Parameters index [in] index is a parameter of type long Value [out, retval] Value is a parameter of type double