MeshContainer.MeshData Property (Microsoft.DirectX.Direct3D)
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.