pltIExportCtrl GetFromPage

Finds the starting page of the session that the export file starts with.

Syntax

pltIMacro_handle GetFromPage

Application

Tcl Query

Description

This command finds the starting page of the session the export file starts with. This function is useful if you want to export a page range, rather than all pages or a certain page.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mh GetExportCtrlHandle ex;
ex GetFromPage;

Errors

Success (the page number) or an error message is returned.

Keywords

Tcl

Export

Query