ArcObjects Library Reference (System)  

IJSONArray.AddJSONObject Method

Adds new nested object to the array.

[Visual Basic .NET]
Public Sub AddJSONObject ( _
    ByVal Value As IJSONObject _
)
[C#]
public void AddJSONObject (
    IJSONObject Value
);
[C++]
HRESULT AddJSONObject(
  IJSONObject* Value
);
[C++]

Parameters

Value [in]

  Value is a parameter of type IJSONObject

Product Availability

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

See Also

IJSONArray Interface