2027 Constructor
Changes 0
C

IndexBuffer

Description:
Constructs the index buffer with the given capacity, measured in short integers.
public IndexBuffer(
	int sizeInShortInts
)
  • Int32
    sizeInShortInts
    The number of short integers that the buffer can contain.
  • This IndexBuffer is not available because Revit is not currently rendering. In general, this IndexBuffer must be used in the scope of the RenderScene() callback of IDirectContext3DServer.