pltIStatisticsTemplate GetText
Finds the text within the statistics template.
Syntax
pltIStatisticsTemplate_handle GetText
Application
HyperWorks Tcl Query
Description
This command finds the text within a statistics template. A statistics template has text within it, telling it what statistics to find and return. The GetText function finds this text.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetStatisticsTemplateHandle st 1;
st GetText;
Errors
Success (the text in the statistics template) or an error message is returned.
Keywords
HyperWorks
Tcl
Statistics
Template
Query