Effect.Duration Property

Language:

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 Public Property Duration As Integer
C# public int Duration { get; set; }
C++ public:
property int Duration {
        int get();
        void set(int value);
}
JScript public function get Duration() : int
public function set Duration(int);

Property Value

System.Int32

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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