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


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

IAMFSerializer.Writer Property

Obtains AMF Writer.

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

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

Product Availability

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

See Also

IAMFSerializer Interface