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


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

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