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


IAMFWriter.GetCopy Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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