Microsoft DirectX 9.0 SDK Update (October 2004)

MeshContainer.MeshData Property

Language:

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

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

Definition

Visual Basic .NET Public Property MeshData As MeshData
C# public MeshData MeshData { get; set; }
Managed C++ public: __property MeshData get_MeshData();
public: __property void set_MeshData(MeshData);
JScript .NET 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. 

© 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