pltINote GetContextMenuParameter
Gets the note’s context menu parameter.
Syntax
pltINote_handle GetContextMenuParameter
Application
HyperWorks Tcl Query
Description
This command finds the context menu parameter string for the note.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetNoteHandle n1 1;
n1 GetContextMenuParameter;
Errors
Success (the context menu parameter) or an error message is returned.
Keywords
HyperWorks
Tcl
Note
Query