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.