IIndexBuffer Interface
The index buffer describes the geometry used in rendering pipeline.

Namespace: Aspose.ThreeD.Render
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IIndexBuffer : IBuffer, 
	IDisposable

The IIndexBuffer type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of index in this buffer.
Public propertyIndexDataType
Gets the data type of each element.
Public propertySize
Size of this buffer in bytes
(Inherited from IBuffer.)
Methods
See Also