BB FlashBack SDK: FBEditor

GetFrameUserPauseID

Description

Returns an integer value providing the 'user' pause identifier associated with the designated frame number.

User pauses are created by the SetUserPause method.

Syntax

[C#/C++]
public int GetFrameUserPauseID(int frameNum)

[VB.NET]
Public Function GetFrameUserPauseID(ByVal FrameNum As Integer) As Integer

Parameters

Parameter Description
FrameNum Required. An integer value indicating the frame number to query for custom pause information.

See Also

FBEditor::SetUserPause  FBEditor::RemoveUserPause  FBEditor::FrameWithUserPause FBEditor::RemoveUserPauses