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