hwIPage GetIsExporting

Gets whether a page is written out when running hwlSession_handle PublishSession.

Syntax

hwIPage_handle GetIsExporting

Application

HyperWorks Tcl Query

Description

Returns true if the page is included in the export, false otherwise.

This function, along with hwIPage GetExportMode, replaces the command hwIPage GetExportToHTML.

Example

To determine if page 1 is included when exporting:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName 
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetIsExporting

Errors

None.