pltIMacro GetEditable
Checks if the macro can be edited.
Syntax
pltIMacro_handle GetEditable
Application
HyperWorks Tcl Query
Description
This command determines if you can edit the current macro. If you can edit it, the function returns true. If you cannot edit the macro, false is returned.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mc GetEditable;
Errors
Success (true or false) or an error message is returned.
Keywords
HyperWorks
Tcl
Macro
Query