EffectDefault.Data Property

Language:

Retrieves or sets the effect parameter data.

Definition

Visual Basic Public Property Data As Object
C# public object Data { get; set; }
C++ public:
property Object^ Data {
        Object^ get();
        void set(Objectvalue);
}
JScript public function get Data() : Object
public function set Data(Object);

Property Value

System.Object
An Object Leave Site that contains the effect parameter data.

This property is read/write. 

Remarks

The type of data passed into this property should match the EffectDefault.Type property.


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