plt3DIPlane GetFontHandle

Gets a handle to an hwIFont interface for the font of the plane's label.

Syntax

plt3DIPlane_handle GetFontHandle iFont

Application

Tcl Query

Description

Gets a handle to an hwIFont interface for the font of the plane's label.

Inputs

iFont
A name for a new hwIFont handle.

Example

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetPlaneHandle myPlaneName [myPlotName AddPlane]
myPlaneName GetFontHandle myFontName
myFontName SetSize 12
myPlotName Draw

Errors

Success (0) or an error code.