PrtSplitMeshClusterData.VertexLength Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the number of vertices in this supercluster.

Definition

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

Property Value

System.Int32
Number of vertices in this supercluster.

This property is read/write.