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


IJSONArray.AddLong Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONArray Interface > IJSONArray.AddLong Method
ArcGIS Developer Help

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