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


IAMFWriter.GetCopy Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAMFWriter Interface > IAMFWriter.GetCopy Method
ArcGIS Developer Help

IAMFWriter.GetCopy Method

Clones IAMFWriter. Useful when you want to preserve traits and object, string and trait references.

[Visual Basic .NET]
Public Sub GetCopy ( _
    ByRef ppOutWriter As IAMFWriter _
)
[C#]
public void GetCopy (
    ref IAMFWriter ppOutWriter
);
[C++]
HRESULT GetCopy(
  IAMFWriter** ppOutWriter
);
[C++]
Parameters
ppOutWriter [out]

ppOutWriter is a parameter of type IAMFWriter**

Product Availability

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

See Also

IAMFWriter Interface