BB FlashBack SDK: FBMarkers

SetPropertiesByID

Description

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

Syntax

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

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

Parameters

lID : [In] ID 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::SetProperties