pltITitle GetPosition
Gets the title’s position.
Syntax
pltITitle_handle GetPosition
Application
Tcl Query
Description
- “top”
- For the position being at the top of the plot.
- “bottom”
- For the position being at the bottom of the plot.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetHeaderHandle title;
title GetPosition;
Errors
Success (the position) or an error message is returned.
Keywords
Tcl
Title
Query