poINote GetHeight

Gets the height of the bounding box of the note.

Syntax

note_handle GetHeight

Application

HyperView Tcl Query

Description

This command retrieves the height of the bounding box of note. The bounding box excludes the leader line of the note.

Example

To get the height of the note with ID 2:
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetNoteHandle note_handle 2

set h [note_handle GetHeight]

hwi CloseStack

Errors

None.