pltIStatisticsTemplate GetName
Finds the name of the statistics template.
Syntax
pltIStatisticsTemplate_handle GetName
Application
HyperWorks Tcl Query
Description
This command finds the name of the statistics template.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetStatisticsTemplateHandle st 2;
st GetName;
Errors
Success (true or false value) or an error message is returned.
Keywords
HyperWorks
Tcl
Statistics
Template
Query