IndexBufferDescription.Is16BitIndices Property (Microsoft.DirectX.Direct3D)

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.