LampArrayEffectPlaylist.Append(ILampArrayEffect) Method

Definition

Appends the effect to the end of the playlist.

public:
 virtual void Append(ILampArrayEffect ^ effect) = Append;
void Append(ILampArrayEffect const& effect);
public void Append(ILampArrayEffect effect);
function append(effect)
Public Sub Append (effect As ILampArrayEffect)

Parameters

effect
ILampArrayEffect

Effect to append to the playlist.

Remarks

Once an effect has been appended to a playlist, it cannot be appended to another. Instead, you must create a new instance of the effect.

After a playlist has started, its state is locked, and you can't append further effects to it.

Applies to