IndexBufferDescription.Is16BitIndices Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public ReadOnly Property Is16BitIndices As Boolean
C# public bool Is16BitIndices { get; }
Managed C++ public: __property bool get_Is16BitIndices();
JScript .NET 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. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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