pulIMacroParameter GetVariableName
Returns the macro parameter’s variable name, which is the name by which the parameter is referenced in expressions.
Syntax
pulIMacroParameter GetVariableName
Application
HyperWorks Tcl Query
Description
This command returns the variable name of the macro parameter. The variable name references the parameter in expressions.
Example
hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
macro GetParameterHandle param 1
puts [param GetVariableName]
Errors
Returns 3 if there is an invalid parameter handle.
Returns 1 if the parameter’s variable name does not exist.
Keywords
- HyperWorks
- XY Plot
- Tcl
- Query