pltIStatisticsTemplate SetName
Sets the name of the statistics template.
Syntax
pltIStatisticsTemplate_handle SetName template_name
Application
Tcl Modify
Description
This command sets the name of the statistics template.
Inputs
- template_name
 - The name that you want to call the statistics template.
 
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetStatisticsTemplateHandle st 2;
st SetName NewStats;
      Errors
Success (0) or an error message is returned.
Keywords
Tcl
Statistics
Template
Modify