Effect.UsesEnvelope Property (Microsoft.DirectX.DirectInput)

Used by the Dieffect structure to specify the optional TermEnvelope parameters for an effect. The TermSustain level for the envelope is represented by the dwMagnitude member of the Diperiodic structure and the lMagnitude member of the Diconstantforce structure. The sustain time is represented by dwDuration member of the Dieffect structure.

Definition

Visual Basic Public Property UsesEnvelope As Boolean
C# public bool UsesEnvelope { get; set; }
C++ public:
property bool UsesEnvelope {
        bool get();
        void set(bool value);
}
JScript public function get UsesEnvelope() : boolean
public function set UsesEnvelope(boolean);

Property Value

System.Boolean

This property is read/write.