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


IJSONArray.CreateMemberArray Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONArray.CreateMemberArray Method

Creates and adds new member to the member collection. Returns E_FAIL if creation of the member fails.

[Visual Basic .NET]
Public Sub CreateMemberArray ( _
    ByRef Value As IJSONArray _
)
[C#]
public void CreateMemberArray (
    ref IJSONArray Value
);
[C++]
HRESULT CreateMemberArray(
  IJSONArray** Value
);
[C++]

Parameters Value [out]
Value is a parameter of type IJSONArray

Product Availability

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

See Also

IJSONArray Interface