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


IARGlobeControl.CopyViewToClipboard Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.CopyViewToClipboard Method
ArcGIS Developer Help

IARGlobeControl.CopyViewToClipboard Method

Copies the current map or page layout view to the clipboard.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Copies a bitmap of the view to the system clipboard so that it can be copied into other applications. The output will exactly reflect the state of the view as seen on the screen.

Errors Returned

2003 800A07D3: No document loaded.

See Also

IARGlobeControl Interface