MeshOptions.Value Property

Language:

Specifies creation options for a mesh.

Definition

Visual Basic Public Property Value As MeshFlags
C# public MeshFlags Value { get; set; }
C++ public:
property MeshFlags Value {
        MeshFlags get();
        void set(MeshFlags value);
}
JScript public function get Value() : MeshFlags
public function set Value(MeshFlags);

Property Value

Microsoft.DirectX.Direct3D.MeshFlags
One or more values of the MeshFlags enumeration to set or retrieve.

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