hwIProject InsertPage

Inserts a page.

Syntax

hwIProject_handle InsertPage page

Application

HyperWorks Tcl Modify

Description

This command inserts a page in the project before the page number input.

Inputs

page
The page number that you want to insert the page before.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj CopyPage 1 false;
proj InsertPage 3;

Error

Success (0) or an error message is returned.

Keywords

HyperWorks

Tcl

Modify