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


IXMLReader2.ReadInt64 Method (ArcObjects .NET 10.6 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(
void
);

Product Availability

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

See Also

IXMLReader2 Interface