pltIPlot GetContextMenuParameter

Gets the plot’s context menu parameter.

Syntax

pltIPlot_handle GetContextMenuParameter

Application

Tcl Query

Description

This command finds the context menu parameter string for the plot.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle plot;
plot GetContextMenuParameter;

Errors

Success (the context menu parameter) or an error message is returned.

Keywords

Tcl

Query