IndexBufferDescription.Is16BitIndices Property

Language:

Determines whether the index buffer has 16-bit indices or 32-bit indices.

Definition

Visual Basic Public ReadOnly Property Is16BitIndices As Boolean
C# public bool Is16BitIndices { get; }
C++ public:
property bool Is16BitIndices {
        bool get();
}
JScript public function get Is16BitIndices() : boolean

Property Value

System.Boolean
Returns true if the index buffer has 16-bit indices, or false if the index buffer has 32-bit indices.

This property is read-only. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.