pltIPlotManager GetStatisticsTemplateHandle
Gets a specific statistics template handle.
Syntax
pltIPlotManager_handle GetStatisticsTemplateHandle iStats, idx
Application
HyperWorks Tcl Query
Description
This command gets a specific statistics template handle.
Inputs
- iStats
- The name that you want to call the statistics template handle.
- idx
- The index (position in the list) of the statistics template that you want to get the handle of.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetStatisticsTemplateHandle st 2;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Statistics
Query