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


IXMLReader2.ReadInt64 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLReader2 Interface > IXMLReader2.ReadInt64 Method
ArcGIS Developer Help

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