Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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(PatchMesh^ value);
}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.