Microsoft DirectX 9.0 SDK Update (October 2004)

EffectObject.Start Method

Language:

Note: This documentation is preliminary and is subject to change.

Begins playing an effect. If the effect is already playing, it is restarted from the beginning. If the effect has not been downloaded or has been modified since its last download, it is downloaded before being started. This default behavior can be suppressed by passing the DIES_NODOWNLOAD flag.

Definition

Visual Basic .NET Public Sub Start( _
    ByVal iterations As Integer _
)
C# public void Start(
    int iterations
);
Managed C++ public: void Start(
    int iterations
);
JScript .NET public function Start(
    iterations : int
);

Parameters

iterations System.Int32.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center