pltIMacro GetEditable

Checks if the macro can be edited.

Syntax

pltIMacro_handle GetEditable

Application

Tcl Query

Description

This command determines if you can edit the current macro. If you can edit it, the function returns true. If you cannot edit the macro, false is returned.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mc GetEditable;

Errors

Success (true or false) or an error message is returned.

Keywords

Tcl

Macro

Query