This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAMFWriter Interface > IAMFWriter.GetCopy Method (ArcObjects .NET 10.4 SDK) |
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