pteGetLayerSetMembers
pteGetLayerSetMembers(t_layerSetName[w_windowId] ) =>l_result/ nil
Description
Returns the attribute settings for layer-purpose pairs, objects, and grids that are members of the specified layer set. For layer-purpose pairs, attributes include visibility, selectability, validity, priority, and routing direction (if set). For objects, attributes include visibility and selectability; and for grids, the attribute returned is visibility.
Arguments
|
ID of the window containing the Palette from which you want to retrieve data. |
Value Returned
|
A list of layer set members along with the attribute values. |
|
Example
pteGetLayerSetMembers("All Layers")
Return to top