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


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

IJSONArray.AddJSONArray Method

Adds new nested array to the array.

[Visual Basic .NET]
Public Sub AddJSONArray ( _
    ByVal Value As IJSONArray _
)
[C#]
public void AddJSONArray (
    IJSONArray Value
);
[C++]
HRESULT AddJSONArray(
  IJSONArray* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type IJSONArray*

Product Availability

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

See Also

IJSONArray Interface