ArcObjects Library Reference (ArcMapUI)  

IMxApplication.CopyToClipboard Method

Copies the current view to the clipboard.

[Visual Basic .NET]
Public Sub CopyToClipboard ( _
)
[C#]
public void CopyToClipboard (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

This method copies the ArcMap document to the system clipboard so that it can be copied into other applications.  For example, after copying a document to the clipboard, you can paste it into a Word document.  The type of object pasted is ESRI ArcMap Document.

See Also

IMxApplication Interface