pltIPlotManager RemoveStatisticsTemplate
Removes a statistics template.
Syntax
pltIPlotManager_handle RemoveStatisticsTemplate idx
Application
HyperWorks Tcl Modify
Description
This command removes a specific statistics template.
Inputs
- idx
- The index (position in the list) of the statistics template that you want to remove.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm RemoveStatisticsTemplate 3;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Statistics
Template
Modify