Height Property

Description

Returns or sets the height of the specified character's frame.

Syntax

agent.Characters ("CharacterID").Height [= value]

Part Description
value A Long integer that specifies the character's frame height.

Remarks

The Height property is always expressed in pixels, relative to screen coordinates (upper left).

Even though the character appears in an irregularly shaped region window, the height of the character is based on the external dimensions of the rectangular animation frame used when the character was compiled with the Microsoft Agent Character Editor.

--------------------------------------------------------