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


IJSONObject.GetMemberAt Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONObject.GetMemberAt Method

Returns member name and value at a given index.

[Visual Basic .NET]
Public Sub GetMemberAt ( _
    ByVal index As Integer, _
    ByRef Name As String, _
    ByRef Value As Object _
)
[C#]
public void GetMemberAt (
    int index,
    ref string Name,
    ref object Value
);
[C++]
HRESULT GetMemberAt(
  long index,
  BSTR* Name,
  VARIANT* Value
);
[C++]

Parameters index [in] index is a parameter of type long Name [out] Name is a parameter of type BSTR Value [out] Value is a parameter of type VARIANT

Product Availability

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

See Also

IJSONObject Interface