Share via


PatchInformation.TessellateLevel Property (Microsoft.DirectX.Direct3D)

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.