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