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


IAMFSerializer.Writer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAMFSerializer Interface > IAMFSerializer.Writer Property
ArcGIS Developer Help

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