pulIMacro SetCreateNote
Sets the “create note” value for the current macro.
Syntax
pulIMacro SetCreateNote state
Application
HyperWorks Tcl Modify
Description
Sets the “create note” value for the current macro.
Inputs
- state
- This command set the value of the “create note” flag for the current macro to the value given by state (either “true” or “false”).
Example
hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
macro SetCreateNote true
Errors
Returns 3 = HW_InvalidHandle if there is an invalid macro handle.
Keywords
HyperWorks
Macro
Tcl