pltIPlotManager GetNumberOfMacros
Finds the number of macros.
Syntax
pltIPlotManager_handle GetNumberOfMacros
Application
HyperWorks Tcl Query
Description
This command finds the number of macros there are in the session. A macro is a user-defined function that depends on a curve in the plot. For example, a macro could be made that takes the derivative of a curve.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetNumberOfMacros;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Macro
Query