_drawIndices Field
Backing array for the visible-index list built during the last render pass. Only indices [0, _drawCount) are valid; the rest is unused capacity. Populated by BuildFullDrawList or BuildLodDrawList in each concrete provider.
Syntax
protected int[] _drawIndices
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also