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 > IXMLReader Interface > IXMLReader.ReadInteger Method (ArcObjects .NET 10.5 SDK) |
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
The ReadInteger method specifies the current element value as a Integer.