BB FlashBack SDK: FBMovie

IsSWFBatchExportReady

Description

Checks that the FBMovie object is ready for a batch export. Batch export parameters are set by a call to PrepareSWFBatchExport. If the movie has been closed or a call made to ExportToSWF since then, batch export parameters are lost, and SWFBatchExport should not be called.

Syntax

[C#/C++]
public Bool IsSWFBatchExportReady ();

[VB.NET]
Public Function IsSWFBatchExportReady () As Boolean

Returns

Returns True when batch export parameters are prepared, False if they are not.

See Also

FBMovie::SWFBatchExport  FBMovie::PrepareSWFBatchExport