Share via


PatchMesh.Options Property (Microsoft.DirectX.Direct3D)

Retrieves a MeshOptions structure that contains information about the patch mesh.

Definition

Visual Basic Public ReadOnly Property Options As MeshOptions
C# public MeshOptions Options { get; }
C++ public:
property MeshOptions Options {
        MeshOptions get();
}
JScript public function get Options() : MeshOptions

Property Value

Microsoft.DirectX.Direct3D.MeshOptions
A MeshOptions structure that contains information about the patch mesh.

This property is read-only.