hwIProject PastePages
Pastes previously copied or cut pages.
Syntax
hwIProject_handle PastePages page
Application
HyperWorks Tcl Modify
Description
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
HyperWorks
Tcl
Modify