BB FlashBack SDK: FBZoomPanObjects

SetProperties

Description

Sets the properties of the specified ZoomPan object to those in the supplied FBZoomPanProperties object.

Syntax

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

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

Parameters

lIndex : [In] Index of a sound.

pProperties : [In] Pointer to an FBZoomPanProperties object.

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

See Also

FBZoomPanObjects::GetProperties  The FBZoomPanProperties class