hwIPPTPublishOption SetPictureHeight

Sets the graphics height.

Syntax

hwIPPTPublishOption_handle SetPictureHeight p_resolution_height

Application

HyperWorks Tcl Query

Description

Sets the graphics height, which is reflected in the published file.

Inputs

p_resolution_height
The resolution height of the graphics area.

Example

To set the picture height to 1500, make the master dimension the height and calculate the width:
Opt SetPictureHeight 1500 
To set the picture height to 1500, make the master dimension the height, but not change the width:
Opt SetPictureHeight 1500 false 

Error

Returns success (0) or an error code.

Keywords

HyperWorks

Tcl

Query