hwISession GetPrintRange
Returns the range of pages to be printed.
Syntax
hwISession_handle GetPrintRange
Application
HyperWorks Tcl Query
Description
This command returns the range of pages to be printed. It returns two numbers; the first number being the first page of the range, and the second number is the last page of the range.
Example
hwi GetSessionHandle sess;
sess GetPrintRange;
Error
Returns success (the range) or an error code.
Keywords
HyperWorks
Tcl
Query