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


IJSONObject.GetMemberAt Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONObject Interface > IJSONObject.GetMemberAt Method
ArcGIS Developer Help

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,
  System.String* 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