The PasteDocument method pastes another MapViewer document into the existing document.
Syntax
object.PasteDocument( DocName, AppendImage )
Parameter |
Type |
Description |
DocName |
String |
required; MapViewer document name [*.GSM] |
AppendImage |
Boolean |
required; true to append the file to the existing map window contents |
Example
This example pastes a MapViewer document into the existing map document.
Plot.PasteDocument( DocName:="C:\Temporary Files\map.gsm", := AppendImage:=Yes)
Used by: PlotDocument object