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


IJSONWriter.WriteStringVal Method (ArcObjects .NET 10.5 SDK)
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