hwIPage GetLayerList
Returns a list of layer ID's referenced by this page.
Syntax
hwIPage_handle GetLayerList list
Application
HyperWorks Tcl Query
Description
Returns a list of ID's of layers in the session that are referenced by this page.
Example
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page1 1
page1 AddLayer [proj AddLayer]
page1 GetLayerList
Errors
None.