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


IClipboardFormat.Paste Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IC > IClipboardFormat Interface > IClipboardFormat.Paste Method
ArcGIS Developer Help

IClipboardFormat.Paste Method

Paste the Element in the GraphicsContainer to the Clipboard.

[Visual Basic .NET]
Public Sub Paste ( _
    ByVal MxDocument As IMxDocument _
)
[C#]
public void Paste (
    IMxDocument MxDocument
);

Product Availability

Available with ArcGIS Desktop.

See Also

IClipboardFormat Interface