pltIMacro IsComplexMacro
Determines if the macro is a complex macro.
Syntax
pltIMacro_handle IsComplexMacro
Application
HyperWorks Tcl Query
Description
This command determines if the current macro is a complex macro. If it is a complex macro, it will return true. If it is not a complex macro, false is returned. This function only works if there is a macro.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mc IsComplexMacro;
Errors
Success (true or false) or an error message is returned.
Keywords
HyperWorks
Tcl
Macro
Query