poIPost GetBestViewHandle

Gets the handle of the best view.

Syntax

post_handle GetBestViewHandle param id

Application

HyperView Tcl Query

Description

This command gets the handle of the best views present in the current post client with a given ID.

Inputs

param
Specify a handle name.
id
Specify the ID of the best view for which the handle is needed.

Example

To get the handle of the best view for the newly created best view:
post_handle GetBestViewHandle bestview_handle [post_handle AddBestView]
To get the handle of the best view already created in the post client:
post_handle GetBestViewHandle bestview_handle 10

Errors

This command returns the handle name if successful or an error code.