ArcObjects Library Reference (System)  

IJSONWriter2.WriteRawStringVal Method

Writes a raw value without any processing. Use to insert JSON sub-object or sub-array strings only.

[Visual Basic .NET]
Public Sub WriteRawStringVal ( _
    ByVal Value As String _
)
[C#]
public void WriteRawStringVal (
    string Value
);
[C++]
HRESULT WriteRawStringVal(
  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

IJSONWriter2 Interface