ExportConditionParams: Array;
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.
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.
The example of use is given on the page with description of the ExportCondition property.
See also: