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


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

IXMLSerializeData2.GetInt64 Method

Obtains element value as an int64.

[Visual Basic .NET]
Public Function GetInt64 ( _
    ByVal index As Integer _
) As Long
[C#]
public long GetInt64 (
    int index
);
[C++]
HRESULT GetInt64(
  long index
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

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

See Also

IXMLSerializeData2 Interface