ArcObjects Library Reference (System)  

IJSONArray.Add Method

Adds new variant value to the array.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Value As Object _
)
[C#]
public void Add (
    object Value
);
[C++]
HRESULT Add(
  VARIANT Value
);
[C++]

Parameters

Value [in]   Value is a parameter of type VARIANT

Product Availability

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

See Also

IJSONArray Interface