Share via


AttributeRange.VertexStart Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the first vertex in an attribute group.

Definition

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

Property Value

System.Int32
An Int32Leave Site value that indicates the index of the first vertex in the attribute group.

This property is read/write.