MeshContainer.MeshData Property

Language:

Retrieves or sets a MeshData object that contains the type of data in the mesh.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.MeshData
A MeshData object that represents the type of mesh data.

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