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