geCreateWindowHilightSet
geCreateWindowHilightSet(w_windowIdl_layerPurposePair|t_packetName[g_notGlobal] ) =>h_hilightSetId/ nil
Description
Creates a highlight set on a window.
The highlight set can be created by specifying a layer purpose pair (LPP) or a packet name. If notGlobal is set, the highlight set must be at the top of the window highlight stack and enabled in order to be drawn.
Arguments
|
Optional argument that specifies whether the highlight set is added to the global list. |
|
Value Returned
Examples
Creates a highlight set on the metal 1 drawing LPP in window(3).
geCreateWindowHilightSet( window(3) list("metal1" "drawing") nil)
Related Topics
Highlight Functions
Return to top