IndexBuffer
Description:
Constructs the index buffer with the given capacity, measured in short integers.
Constructs the index buffer with the given capacity, measured in short integers.
public IndexBuffer(
int sizeInShortInts
)
-
Int32sizeInShortIntsThe 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.