ArcObjects Library Reference (ArcMapUI)  

IClipboardFormat2.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

IClipboardFormat2 Interface