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.CreateMemberObject Method (ArcObjects .NET 10.5 SDK) |
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