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 the mesh options enabled for the current simplification 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
One or more flags from the MeshFlags enumeration that indicate the options enabled for the mesh at creation time.This property is read-only.