AttributeRange.VertexStart Property |
Language: |
Retrieves or sets the first vertex in an attribute group.
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);
System.Int32
This property is read/write.
An Int32 value that indicates the index of the first vertex in the attribute group.
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