PagePasteSpecialDialogΒΆ
PagePasteSpecialDialog inserts clipboard data into the active layer of UniPlot document page. If the data is available in different formats, a selection dialog box is displayed.
- ret = PagePasteSpecialDialog(hPage)
Return Value
ret is the element handle inserted into the page or the filename of the netCDF file.
Parameters
- hPage
Identifies the page.
History
Version |
Description |
---|---|
5.9.2 |
New |
id-459115