IPrxFlash.ExportConditionParams

Syntax

ExportConditionParams: Array;

Description

The ExportConditionParams property determines parameters of exporting Flash objects. Parameters are passed as a one-dimensional array consisting of two elements of the Variant type. This property is required on using conditional export of objects.

Comments

Conditions of Flash objects export are determined by the IPrxFlash.ExportCondition property. Purpose of array elements passed as parameters is described in the PrxFlashExportCondition enumeration.

Fore and Fore.NET Examples

The example of use is given on the page with description of the ExportCondition property.

See also:

IPrxFlash