pltILegend GetContextMenuParameter
Gets the legend’s context menu parameter.
Syntax
pltILegend_handle GetContextMenuParameter
Application
Tcl Query
Description
This command finds the context menu parameter string for the legend.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetLegendHandle leg;
leg GetContextMenuParameter;
Errors
Success (the context menu parameter) or an error message is returned.
Keywords
Tcl
Legend
Query