pulIMacro GetNumEntityInputs
Returns the number of entity parameters in the current macro.
Syntax
pulIMacro GetNumEntityInputs
Application
HyperWorks Tcl Query
Description
This command returns the number of entity parameters in the current macro.
Example
hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
puts [macro GetNumEntityInputs]
Errors
Returns 3 = HW_InvalidHandle if there is an invalid macro handle.
Keywords
HyperWorks
Macro
Tcl