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


IJSONSerializer.Writer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONSerializer.Writer Property

Obtains JSON Writer.

[Visual Basic .NET]
Public ReadOnly Property Writer As IJSONWriter
[C#]
public IJSONWriter Writer {get;}
[C++]
HRESULT get_Writer(
  IJSONWriter** ppWriter
);
[C++]

Parameters ppWriter [out, retval]
ppWriter is a parameter of type IJSONWriter

Product Availability

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

See Also

IJSONSerializer Interface