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


IXMLReader.ReadInteger Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IXMLReader.ReadInteger Method

Reads the current element value as a long.

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

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

Product Availability

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

Remarks

The ReadInteger method specifies the current element value as a Integer.

See Also

IXMLReader Interface