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


IXMLReader2.ReadInt64 Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IXMLReader2.ReadInt64 Method

Reads the current element value as an int64.

[Visual Basic .NET]
Public Function ReadInt64 ( _
) As Long
[C#]
public long ReadInt64 (
);
[C++]
HRESULT ReadInt64(
  Signed 64-bit int* Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type Signed 64-bit int

Product Availability

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

See Also

IXMLReader2 Interface