PrtSplitMeshVertexData.VertexRemap Property

Language:

Retrieves or sets the vertex in the original mesh to which this split mesh vertex corresponds.

Definition

Visual Basic Public Property VertexRemap As Integer
C# public int VertexRemap { get; set; }
C++ public:
property int VertexRemap {
        int get();
        void set(int value);
}
JScript public function get VertexRemap() : int
public function set VertexRemap(int);

Property Value

System.Int32
Vertex in the original mesh to which this split mesh vertex corresponds.

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