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


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

IJSONArray.CreateMemberObject Method

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

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

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

Product Availability

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

See Also

IJSONArray Interface