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


IJSONArray.AddLong Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONArray.AddLong Method

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

Product Availability

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

See Also

IJSONArray Interface