BB FlashBack SDK: FBMarkers

SetProperties

Description

Sets the properties of the specified marker object to those in the supplied FBMarkerProperties object.

Syntax

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

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

Parameters

lIndex : [In] Index of a marker.

pProperties : [In] Pointer to an FBMarkerProperties object

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

See Also

The FBMarkerProperties Class   FBMarkers::SetPropertiesByID