pltIStatisticsTemplate GetEditable

Determines if the statistics template is editable.

Syntax

pltIStatisticsTemplate_handle GetEditable

Application

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

Tcl

Statistics

Template

Query