leHiCancelStitch
leHiCancelStitch([w_windowId]) => t / nil
Description
Cancels the via that is being added in a layout and returns to an active wire editing command, such as Create Wire or Create Bus.
Arguments
Value Returned
|
The command did not completed successfully or an error occurred. |
Examples
The following example cancels the via being added in the layout.
leHiCancelStitch()
The following example cancels the via being added in the specified window ID.
windowId = hiGetCurrentWindow()
leHiCancelStitch(windowId)
Related Topics
Interactive and Assisted Routing Functions
Return to top