BB FlashBack SDK: FBFrames

FrameHasPausedObjects

Description

Returns a boolean value indicating whether the specified frame contains any objects that create a pause.

Syntax

[C#/C++]
public bool FrameHasPausedObjects (long lFrame)

[VB.NET]
Public Function GetWatermarks (ByVal lFrame As Integer) As Boolean

Parameters

lFrame (in) : the number of the frame

Return Values

The function returns true if the frame contains objects that create a pause, false if it does not.