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


IJSONWriter.WriteToString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONWriter.WriteToString Method

Redirects writing to internal string buffer.

[Visual Basic .NET]
Public Sub WriteToString ( _
)
[C#]
public void WriteToString (
);
[C++]
HRESULT WriteToString(
void
);

Product Availability

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

See Also

IJSONWriter Interface