PatchInformation.TessellateLevel Property

Language:

Retrieves or sets the tessellation level.

Definition

Visual Basic Public Property TessellateLevel As Single()
C# public float[] TessellateLevel { get; set; }
C++ public:
property array<float>^ TessellateLevel {
        array<float>^ get();
        void set(array<float>^ value);
}
JScript public function get TessellateLevel() : float[]
public function set TessellateLevel(float[]);

Property Value

System.Single[]
Array of four floating-point values that represent the tessellation level to set or retrieve.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center