pulIMacroParameter SetName
Sets the name of the macro parameter.
Syntax
pulIMacroParameter SetName name
Application
HyperWorks Tcl Modify
Description
This command sets the name of the macro parameter to name.
Inputs
- name
 - The name of the macro parameter.
 
Example
hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
macro GetParameterHandle param 1
param SetName "Macro Param 1"
      Errors
Returns 3 if there is an invalid parameter handle.
Returns 4 if name is empty.
Keywords
- HyperWorks
 - XY Plot
 - Tcl
 - Modify