AttributeRange.VertexCount Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the number of vertices in the attribute group.
Definition
Visual Basic Public Property VertexCount As Integer C# public int VertexCount { get; set; } C++ public:
property int VertexCount {
int get();
void set(int value);
}JScript public function get VertexCount() : int
public function set VertexCount(int);
Property Value
System.Int32
An Int32 value that indicates the number of vertices in the attribute group.This property is read/write.