Share via


MeshData.PatchMesh Property (Microsoft.DirectX.Direct3D)

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.