geDeletePathProbe
geDeletePathProbe( [w_windowId] [lt_probeSpec] ) => t / nil
Description
Deletes a path 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 path probe under that point in window(3).
m = geDeletePathProbe( window(3) )
Related Topics
Return to top