ArcObjects Library Reference (System)  

IJSONWriter.WriteStringVal Method

Writes a string in array.

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

Parameters

Value   Value is a parameter of type BSTR

Product Availability

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

See Also

IJSONWriter Interface