This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONArray Interface > IJSONArray.AddJSONObject Method (ArcObjects .NET 10.5 SDK) |
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