Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

Callback Procedure addPointProc

addPointProc is called after you enter a point and is passed the w_windowId and the list of points that you have entered so far. The last point in the list is the point you just entered.

addPointProc( w_windowId l_pointList)

To reject the most recently added point, addPointProc should call the deletePoint function.


Return to top
 ⠀
X