hwIProject CopyPage
Copies a page.
Syntax
hwIProject_handle CopyPage page, append
Application
HyperWorks Tcl Modify
Description
This command copies a page in the project based on the page number you input.
Inputs
- page
- The page number that you want to copy.
- append
- true or false.
- true
- Indicates the copy is added to a memory.
- false
- Indicates that the copy is not added to memory.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj CopyPage 1 false
Error
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Modify