Height

Description

Sets or gets the height of the image.

You must set the height and width of the image separately. By default, Rational ClearQuest sets the height of images to 500 pixels.

Syntaxe

VBScript

chartMgr.Height 
chartMgr.Height newHeight 

Perl

$chartMgr->GetHeight(); 
$chartMgr->SetHeight(newHeight); 
Identificateur
Description
chartMgr
The CHARTMGR object associated with the current session.
newHeight
An INT indicating the new height of the image in pixels.
Valeur renvoyée
Returns an INT indicating the height of the image in pixels

Feedback