pltIExportCtrl SetPageRange

Sets the range of pages from the session that is to be exported.

Syntax

pltIMacro_handle SetPageRange from, to

Application

Tcl Modify

Description

This command sets the range of pages from the session that is to be exported.

Inputs

from
The starting page for the export file.
to
The end page of the export file.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mh GetExportCtrlHandle ex;
ex SetPageRange 2 4;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Export

Modify