pltIStatisticsTemplate GetEditable
Determines if the statistics template is editable.
Syntax
pltIStatisticsTemplate_handle GetEditable
Application
HyperWorks Tcl Query
Description
This command determines whether the statistics template is editable or not.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetStatisticsTemplateHandle st 2;
st GetEditable;
Errors
Success ( true or false value) or an error message is returned.
Keywords
HyperWorks
Tcl
Statistics
Template
Query