pltIDatum GetContextMenuParameter
Gets the datum’s context menu parameter.
Syntax
pltIDatum_handle GetContextMenuParameter
Application
HyperWorks Tcl Query
Description
This command finds the context menu parameter string for the datum.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetHorizontalDatumHandle dat 1;
dat GetContextMenuParameter;
Errors
Success (the context menu parameter) or an error message is returned.
Keywords
HyperWorks
Tcl
Datum
Query