PrtEngine.NumberVertices Property

Language:

Retrieves the number of vertices in the mesh, including any new vertices added as a result of adaptive spatial sampling.

Definition

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

Property Value

System.Int32
Number of vertices in the mesh, including any new vertices added as a result of adaptive sampling.

This property is read-only. 

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