hwILayer GetPageList

Gets a list of the pages that reference this layer.

Syntax

hwILayer_handle GetPageList

Application

HyperWorks Tcl Query

Description

Returns a list of indices of pages in the session that reference this layer.

Example

To determine which pages reference a layer with the ID myLayerID:
hwi GetSessionHandle mySession
mySession GetProjectHandle myProject
myProject GetLayerHandle myLayer $myLayerID
myLayer GetPageList

Error

None.