::hwp::GetPlotHeaderFont

Gets a header font handle of a plot client.

Syntax

::hwp::GetPlotHeaderFont

Application

HyperWorks Tcl Query

Description

This procedure implements minus options.

This procedure returns a header font handle of HyperGraph.

If no page ID is requested, then it operates on the current/active page.

If no window ID is given, then it returns a header font handle of the active window.

Mandatory Arguments

None.

Optional Arguments

-headerHandle "header handle"
An already existing handle of a plot header.
-line "line number"
The line number of the header must be one of {1, 2, 3}.
-page "pageID"
The page ID of the requested page.
-window "windowID"
The window ID of the requested window.

Returns

Returns a header handle of a plot client.

Example

set headerFontHandle [::hwp::GetPlotHeaderFont -page 3 -window 2]