The Paste method pastes the contents of the clipboard into the collection. The current selection is returned, which equals the pasted object.
Syntax
object.Paste( Format )
Parameter |
Type |
Description |
Format |
optional; paste format; default: mvPasteBest |
Example
This example demonstrates how to paste an object providing the most accurate rendering as determined by MapViewer.
Shapes.Paste(Format:= mvPasteBest)
Used by: Shapes collection