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


IJSONArray.AddJSONObject 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.AddJSONObject Method
ArcGIS Developer Help

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