pltIPlot SetDrawOverrideProc

Sets the procedure to be used for drawing instead of normal plot drawing.

Syntax

pltIPlot_handle SetDrawOverrideProc proc

Application

Tcl Modify

Description

Returns 0 = HW_Success or 3 = HW_InvalidHandle.

Inputs

proc
The name of the procedure to be used.

Example

To override the normal plot drawing:

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName SetDrawOverrideProc myDrawProc

Errors

None