Microsoft DirectX 9.0 SDK Update (October 2004)

Effect.Duration Property

Language:

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

The total duration of the effect, in microseconds. If this value is INFINITE, the effect has infinite duration. If an TermEnvelope has been applied to the effect, the TermAttack is applied, followed by an infinite TermSustain.

Definition

Visual Basic .NET Public Property Duration As Integer
C# public int Duration { get; set; }
Managed C++ public: __property int get_Duration();
public: __property void set_Duration(int);
JScript .NET public function get Duration() : int
public function set Duration(int);

Property Value

System.Int32 .

This property is read/write. 

© 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