MeshData.PatchMesh Property

Language:

Retrieves or sets the PatchMesh contained in the current object.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.PatchMesh
The PatchMesh object contained in the current object.

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