hwIAVIExportOptions GetSize

Gets the relative size (in percent) used when exporting AVI files.

Syntax

hwIAVIExportOptions_handle GetSize

Application

HyperWorks Tcl Query

Description

This parameter is used when exporting AVI files from either the video or animation clients during HTML export.

Returns the relative size (in percent) used when exporting AVI files. This is an integer value, with possible values including 100, 50, or 33.

Example

To determine the current size used when exporting AVI files:
hwi GetSessionHandle mySessionName
mySessionName GetAVIExportOptionsHandle myAviOptions
myAviOptions GetSize

Error

If an error occurs, this command returns 0.