ArcObjects Library Reference (System)  

IXMLSerializeData.GetDouble Method

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

Product Availability

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

See Also

IXMLSerializeData Interface