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


IJSONArray.AddJSONObject Method (ArcObjects .NET 10.5 SDK)
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