pltIPlot SetPostDrawProc

Sets the procedure to be used after normal plot drawing.

Syntax

pltIPlot_handle SetPostDrawProc proc

Application

Tcl Modify

Description

This method is only valid for polar plots. Returns 0 = HW_Success or 3 = HW_InvalidHandle.

Inputs

proc
The name of the procedure to be used.

Example

To set the post-draw procedure:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName SetPostDrawProc myPostDrawProc

Errors

None.