Microsoft DirectX 9.0 SDK Update (October 2004)

EffectDefault.Data Property

Language:

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

Retrieves or sets the effect parameter data.

Definition

Visual Basic .NET Public Property Data As Object
C# public object Data { get; set; }
Managed C++ public: __property Object* get_Data();
public: __property void set_Data(Object*);
JScript .NET 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.


© 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