Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leHiFlip

leHiFlip( 
[ w_windowId ] 
) 
=> t / nil

Description

Opens the Flip form that you can use to flip an object horizontally or vertically in the specified window.

Arguments

w_windowId

Database ID of the window in which you want to start the command. If w_windowId is not specified, the current window is used.

Value Returned

t

The function is successful.

nil

The function is not successful.

Examples

Both the APIs open the Flip form in the current window.

leHiFlip(hiGetCurrentWindow())
leHiFlip()


Return to top
 ⠀
X