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


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

IXMLSerializeData.GetInteger Method

Obtains element value as an integer.

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

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

Product Availability

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

See Also

IXMLSerializeData Interface