hwIProject PastePages
Pastes previously copied or cut pages.
Syntax
hwIProject_handle PastePages page
Application
Tcl Modify
Description
This command pastes a previously copied or cut page(s) onto a user-input page.
Note: The
page is pasted on the page after the user-input page.
Inputs
- page
- The page number that you want to insert the page after.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj CopyPage 1 false
proj PastePages 3;
Error
Success (0) or an error message is returned.
Keywords
Tcl
Modify