ArcObjects Library Reference (System)  

IJSONArray.AddString Method

Adds new string value to the array.

[Visual Basic .NET]
Public Sub AddString ( _
    ByVal Value As String _
)
[C#]
public void AddString (
    string Value
);
[C++]
HRESULT AddString(
  BSTR Value
);
[C++]

Parameters

Value [in]   Value is a parameter of type BSTR

Product Availability

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

See Also

IJSONArray Interface