BB FlashBack SDK: FBEditor

GetHighlights

Description

Returns, in an FBHighlights object, a collection of all the highlight objects in the currently open movie.

This method is accessible to the Advanced edition of the SDK only.

Syntax

[C#/C++]
public FBHighlights* GetHighlights ()

[VB.NET]
Public Function GetHighlights() As FBHighlights

Return Values

If the function fails, the return value is zero.

If the function succeeds, the return value is a pointer to the FBHighlights collection.

Remarks

If there are no highlights in the movie, the Count property of the returned FBHighlights collection is set to zero.
 

See Also

The FBHighlights Class