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


IGMxApplication.CopyToClipboard Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGMxApplication Interface > IGMxApplication.CopyToClipboard Method
ArcGIS Developer Help

IGMxApplication.CopyToClipboard Method

Copies the current scene to the Clipboard.

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Remarks

This method copies the ArcGlobe 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 ArcGlobe Document.

See Also

IGMxApplication Interface