BB FlashBack SDK: FBMarkers

GetProperties

Description

Sets the properties of a FBMarkerProperties object to those of a specified marker within the movie, given its index.

Syntax

[C#/C++]
public Bool GetProperties (long lIndex, FBMarkerProperties* pProperties);

[VB.NET]
Public Function GetProperties (ByVal lIndex As Long, ByRef pMarkerProperties() As FBMarkerProperties) As Boolean

Parameters

lIndex : [In] Index of a marker.

pProperties : [In] Pointer to a FBMarkerProperties object

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

Remarks

The caller should create the FBMarkerProperties object before passing its pointer in. After changing the properties of the object, the changes can be committed back to the in-movie marker object by using the SetProperties or SetPropertiesByID methods.

See Also

The FBMarkerProperties Class  FBMarkers::GetPropertiesByID  FBMarkers::SetProperties  FBMarkers::SetPropertiesByID