BaseMesh.Options Property (Microsoft.DirectX.Direct3D)

Retrieves the mesh options enabled for the current mesh at creation time.

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 the options enabled for the mesh at creation time.

This property is read-only. 

Applies To

Mesh, ProgressiveMesh