This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONArray Interface > IJSONArray.AddLong Method (ArcObjects .NET 10.5 SDK) |
Adds new long value to the array.
[Visual Basic .NET] Public Sub AddLong ( _ ByVal Value As Integer _ )
[C#] public void AddLong ( int Value );
[C++]
HRESULT AddLong(
long Value
);
[C++]
Parameters Value [in] Value is a parameter of type long