pulIMacroParameter GetName
Returns the name of the macro parameter.
Syntax
pulIMacroParameter GetName
Application
HyperWorks Tcl Query
Description
This command returns the name of the macro parameter.
Example
hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
macro GetParameterHandle param 1
puts [param GetName]
Errors
Returns 3 if there is an invalid parameter handle.
Returns 1 if the parameter name does not exist.
Keywords
- HyperWorks
- XY Plot
- Tcl
- Query