geDeleteTermProbe
geDeleteTermProbe( [w_windowId] [lt_probeSpec] ) => t / nil
Description
Deletes a terminal probe from a window.
lt_probeSpec is the same type of probe specification as that used for adding a probe with the geAdd*Probe functions.
Arguments
Value Returned
Examples
Prompts for a point and deletes the terminal probe under that point in window(3).
geDeleteTermProbe( window(3) )
Related Topics
Return to top