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